Uses of Class
software.amazon.awssdk.services.transcribe.model.SentimentValue
-
Packages that use SentimentValue Package Description software.amazon.awssdk.services.transcribe.model -
-
Uses of SentimentValue in software.amazon.awssdk.services.transcribe.model
Methods in software.amazon.awssdk.services.transcribe.model that return SentimentValue Modifier and Type Method Description static SentimentValueSentimentValue. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static SentimentValueSentimentValue. valueOf(String name)Returns the enum constant of this type with the specified name.static SentimentValue[]SentimentValue. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.transcribe.model that return types with arguments of type SentimentValue Modifier and Type Method Description static Set<SentimentValue>SentimentValue. knownValues()List<SentimentValue>SentimentFilter. sentiments()Specify the sentiments that you want to flag.Methods in software.amazon.awssdk.services.transcribe.model with parameters of type SentimentValue Modifier and Type Method Description SentimentFilter.BuilderSentimentFilter.Builder. sentiments(SentimentValue... sentiments)Specify the sentiments that you want to flag.Method parameters in software.amazon.awssdk.services.transcribe.model with type arguments of type SentimentValue Modifier and Type Method Description SentimentFilter.BuilderSentimentFilter.Builder. sentiments(Collection<SentimentValue> sentiments)Specify the sentiments that you want to flag.
-