Values.TargetedSentimentEntitySourceInformation about one of the entities found by targeted sentiment analysis. For more information about targeted sentiment, see Targeted sentiment in the Amazon Comprehend Developer Guide.
type nonrec t = {descriptiveMentionIndex : ListOfDescriptiveMentionIndices.t option;One or more index into the Mentions array that provides the best name for the entity group.
*)mentions : ListOfMentions.t option;An array of mentions of the entity in the document. The array represents a co-reference group. See Co-reference group for an example.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Integer of Integer.t
| `Structure of
(string
* [> `Enum of string
| `Float of Float_.t
| `Integer of Integer.t
| `String of String_.t
| `Structure of
(string
* [> `Enum of string
| `Structure of
(string * [> `Float of Float_.t ]) list ])
list ])
list ]
list ])
list ]