Values.DetectSentimentRequestSourceInspects text and returns an inference of the prevailing sentiment (POSITIVE, NEUTRAL, MIXED, or NEGATIVE).
type nonrec t = {text : CustomerInputString.t;A UTF-8 text string. The maximum string size is 5 KB.
*)languageCode : LanguageCode.t;The language of the input documents. You can specify any of the primary languages supported by Amazon Comprehend. All documents must be in the same language.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of CustomerInputString.t ]) list ]