Values.BatchDetectSentimentItemResultSourceThe result of calling the operation. The operation returns one object for each document that is successfully processed by the operation.
type nonrec t = {index : Integer.t option;The zero-based index of the document in the input list.
*)sentiment : SentimentType.t option;The sentiment detected in the document.
*)sentimentScore : SentimentScore.t option;The level of confidence that Amazon Comprehend has in the accuracy of its sentiment detection.
*)}