Values.TargetedSentimentMentionSourceInformation about one mention of an entity. The mention information includes the location of the mention in the text and the sentiment of the mention. For more information about targeted sentiment, see Targeted sentiment in the Amazon Comprehend Developer Guide.
type nonrec t = {score : Float_.t option;Model confidence that the entity is relevant. Value range is zero to one, where one is highest confidence.
*)groupScore : Float_.t option;The confidence that all the entities mentioned in the group relate to the same entity.
*)text : String_.t option;The text in the document that identifies the entity.
*)type_ : TargetedSentimentEntityType.t option;The type of the entity. Amazon Comprehend supports a variety of entity types.
*)mentionSentiment : MentionSentiment.t option;Contains the sentiment and sentiment score for the mention.
*)beginOffset : Integer.t option;The offset into the document text where the mention begins.
*)endOffset : Integer.t option;The offset into the document text where the mention ends.
*)}