Module Values.BatchDetectDominantLanguageRequestSource

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

Sourcetype nonrec t = {
  1. textList : CustomerInputStringList.t;
    (*

    A list containing the UTF-8 encoded text of the input documents. The list can contain a maximum of 25 documents. Each document should contain at least 20 characters. The maximum size of each document is 5 KB.

    *)
}
Sourceval context_ : string
Sourceval make : textList:CustomerInputStringList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of CustomerInputString.t ] list ]) 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