Module Values.DetectDominantLanguageRequestSource

Determines the dominant language of the input text. For a list of languages that Amazon Comprehend can detect, see Amazon Comprehend Supported Languages.

Sourcetype nonrec t = {
  1. text : CustomerInputString.t;
    (*

    A UTF-8 text string. The string must contain at least 20 characters. The maximum string size is 100 KB.

    *)
}
Sourceval context_ : string
Sourceval make : text:CustomerInputString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of CustomerInputString.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t