Uses of Class
software.amazon.awssdk.services.polly.model.SpeechMarkType
-
Packages that use SpeechMarkType Package Description software.amazon.awssdk.services.polly.model -
-
Uses of SpeechMarkType in software.amazon.awssdk.services.polly.model
Methods in software.amazon.awssdk.services.polly.model that return SpeechMarkType Modifier and Type Method Description static SpeechMarkTypeSpeechMarkType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static SpeechMarkTypeSpeechMarkType. valueOf(String name)Returns the enum constant of this type with the specified name.static SpeechMarkType[]SpeechMarkType. 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 SpeechMarkType Modifier and Type Method Description static Set<SpeechMarkType>SpeechMarkType. knownValues()List<SpeechMarkType>StartSpeechSynthesisTaskRequest. speechMarkTypes()The type of speech marks returned for the input text.List<SpeechMarkType>SynthesisTask. speechMarkTypes()The type of speech marks returned for the input text.List<SpeechMarkType>SynthesizeSpeechRequest. speechMarkTypes()The type of speech marks returned for the input text.Methods in software.amazon.awssdk.services.polly.model with parameters of type SpeechMarkType Modifier and Type Method Description StartSpeechSynthesisTaskRequest.BuilderStartSpeechSynthesisTaskRequest.Builder. speechMarkTypes(SpeechMarkType... speechMarkTypes)The type of speech marks returned for the input text.SynthesisTask.BuilderSynthesisTask.Builder. speechMarkTypes(SpeechMarkType... speechMarkTypes)The type of speech marks returned for the input text.SynthesizeSpeechRequest.BuilderSynthesizeSpeechRequest.Builder. speechMarkTypes(SpeechMarkType... speechMarkTypes)The type of speech marks returned for the input text.Method parameters in software.amazon.awssdk.services.polly.model with type arguments of type SpeechMarkType Modifier and Type Method Description StartSpeechSynthesisTaskRequest.BuilderStartSpeechSynthesisTaskRequest.Builder. speechMarkTypes(Collection<SpeechMarkType> speechMarkTypes)The type of speech marks returned for the input text.SynthesisTask.BuilderSynthesisTask.Builder. speechMarkTypes(Collection<SpeechMarkType> speechMarkTypes)The type of speech marks returned for the input text.SynthesizeSpeechRequest.BuilderSynthesizeSpeechRequest.Builder. speechMarkTypes(Collection<SpeechMarkType> speechMarkTypes)The type of speech marks returned for the input text.
-