Values.DetectSyntaxRequestSourceInspects text for syntax and the part of speech of words in the document. For more information, see Syntax in the Comprehend Developer Guide.
type nonrec t = {text : CustomerInputString.t;A UTF-8 string. The maximum string size is 5 KB.
*)languageCode : SyntaxLanguageCode.t;The language code of the input documents. You can specify any of the following languages supported by Amazon Comprehend: German ("de"), English ("en"), Spanish ("es"), French ("fr"), Italian ("it"), or Portuguese ("pt").
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of CustomerInputString.t ]) list ]