Whatlangex.Detection (whatlangex v0.3.0)

Module of the Detection type.

Summary

Types

t()

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