Uses of Class
software.amazon.awssdk.services.comprehend.model.TargetedSentimentMention
-
Packages that use TargetedSentimentMention Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of TargetedSentimentMention in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type TargetedSentimentMention Modifier and Type Method Description List<TargetedSentimentMention>TargetedSentimentEntity. mentions()An array of mentions of the entity in the document.Methods in software.amazon.awssdk.services.comprehend.model with parameters of type TargetedSentimentMention Modifier and Type Method Description TargetedSentimentEntity.BuilderTargetedSentimentEntity.Builder. mentions(TargetedSentimentMention... mentions)An array of mentions of the entity in the document.Method parameters in software.amazon.awssdk.services.comprehend.model with type arguments of type TargetedSentimentMention Modifier and Type Method Description TargetedSentimentEntity.BuilderTargetedSentimentEntity.Builder. mentions(Collection<TargetedSentimentMention> mentions)An array of mentions of the entity in the document.
-