Uses of Class
software.amazon.awssdk.services.polly.model.TextType
-
Packages that use TextType Package Description software.amazon.awssdk.services.polly.model -
-
Uses of TextType in software.amazon.awssdk.services.polly.model
Methods in software.amazon.awssdk.services.polly.model that return TextType Modifier and Type Method Description static TextTypeTextType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TextTypeStartSpeechSynthesisTaskRequest. textType()Specifies whether the input text is plain text or SSML.TextTypeSynthesisTask. textType()Specifies whether the input text is plain text or SSML.TextTypeSynthesizeSpeechRequest. textType()Specifies whether the input text is plain text or SSML.static TextTypeTextType. valueOf(String name)Returns the enum constant of this type with the specified name.static TextType[]TextType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.polly.model that return types with arguments of type TextType Modifier and Type Method Description static Set<TextType>TextType. knownValues()Methods in software.amazon.awssdk.services.polly.model with parameters of type TextType Modifier and Type Method Description StartSpeechSynthesisTaskRequest.BuilderStartSpeechSynthesisTaskRequest.Builder. textType(TextType textType)Specifies whether the input text is plain text or SSML.SynthesisTask.BuilderSynthesisTask.Builder. textType(TextType textType)Specifies whether the input text is plain text or SSML.SynthesizeSpeechRequest.BuilderSynthesizeSpeechRequest.Builder. textType(TextType textType)Specifies whether the input text is plain text or SSML.
-