Struct representing a language detection result.
@type t() :: %Whatlangex.Detection{ confidence: float(), lang: String.t(), script: String.t() }