Uses of Class
software.amazon.awssdk.services.transcribestreaming.model.Sentiment
-
Packages that use Sentiment Package Description software.amazon.awssdk.services.transcribestreaming.model -
-
Uses of Sentiment in software.amazon.awssdk.services.transcribestreaming.model
Methods in software.amazon.awssdk.services.transcribestreaming.model that return Sentiment Modifier and Type Method Description static SentimentSentiment. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SentimentUtteranceEvent. sentiment()Provides the sentiment that was detected in the specified segment.static SentimentSentiment. valueOf(String name)Returns the enum constant of this type with the specified name.static Sentiment[]Sentiment. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.transcribestreaming.model that return types with arguments of type Sentiment Modifier and Type Method Description static Set<Sentiment>Sentiment. knownValues()Methods in software.amazon.awssdk.services.transcribestreaming.model with parameters of type Sentiment Modifier and Type Method Description UtteranceEvent.BuilderUtteranceEvent.Builder. sentiment(Sentiment sentiment)Provides the sentiment that was detected in the specified segment.UtteranceEvent.BuilderUtteranceEvent.BuilderImpl. sentiment(Sentiment sentiment)
-