Whatlangex.Detection (whatlangex v0.2.1)

Module of the Detection type.

Link to this section Summary

Link to this section Types

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