Uses of Class
software.amazon.awssdk.services.transcribe.model.SentimentFilter
-
Packages that use SentimentFilter Package Description software.amazon.awssdk.services.transcribe.model -
-
Uses of SentimentFilter in software.amazon.awssdk.services.transcribe.model
Methods in software.amazon.awssdk.services.transcribe.model that return SentimentFilter Modifier and Type Method Description SentimentFilterRule. sentimentFilter()Flag the presence or absence of specific sentiments in your Call Analytics transcription output.Methods in software.amazon.awssdk.services.transcribe.model with parameters of type SentimentFilter Modifier and Type Method Description static RuleRule. fromSentimentFilter(SentimentFilter sentimentFilter)Create an instance of this class withRule.sentimentFilter()initialized to the given value.Rule.BuilderRule.Builder. sentimentFilter(SentimentFilter sentimentFilter)Flag the presence or absence of specific sentiments in your Call Analytics transcription output.
-