Whatlangex.Detection (whatlangex v0.4.0)

Struct representing a language detection result.

Summary

Types

t()

@type t() :: %Whatlangex.Detection{
  confidence: float(),
  lang: String.t(),
  script: String.t()
}