Uses of Class
software.amazon.awssdk.services.polly.model.Engine
-
Packages that use Engine Package Description software.amazon.awssdk.services.polly.model -
-
Uses of Engine in software.amazon.awssdk.services.polly.model
Methods in software.amazon.awssdk.services.polly.model that return Engine Modifier and Type Method Description EngineDescribeVoicesRequest. engine()Specifies the engine (standard,neuralorlong-form) used by Amazon Polly when processing input text for speech synthesis.EngineStartSpeechSynthesisTaskRequest. engine()Specifies the engine (standard,neuralorlong-form) for Amazon Polly to use when processing input text for speech synthesis.EngineSynthesisTask. engine()Specifies the engine (standard,neuralorlong-form) for Amazon Polly to use when processing input text for speech synthesis.EngineSynthesizeSpeechRequest. engine()Specifies the engine (standard,neuralorlong-form) for Amazon Polly to use when processing input text for speech synthesis.static EngineEngine. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EngineEngine. valueOf(String name)Returns the enum constant of this type with the specified name.static Engine[]Engine. 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 Engine Modifier and Type Method Description static Set<Engine>Engine. knownValues()List<Engine>Voice. supportedEngines()Specifies which engines (standard,neuralorlong-form) are supported by a given voice.Methods in software.amazon.awssdk.services.polly.model with parameters of type Engine Modifier and Type Method Description DescribeVoicesRequest.BuilderDescribeVoicesRequest.Builder. engine(Engine engine)Specifies the engine (standard,neuralorlong-form) used by Amazon Polly when processing input text for speech synthesis.StartSpeechSynthesisTaskRequest.BuilderStartSpeechSynthesisTaskRequest.Builder. engine(Engine engine)Specifies the engine (standard,neuralorlong-form) for Amazon Polly to use when processing input text for speech synthesis.SynthesisTask.BuilderSynthesisTask.Builder. engine(Engine engine)Specifies the engine (standard,neuralorlong-form) for Amazon Polly to use when processing input text for speech synthesis.SynthesizeSpeechRequest.BuilderSynthesizeSpeechRequest.Builder. engine(Engine engine)Specifies the engine (standard,neuralorlong-form) for Amazon Polly to use when processing input text for speech synthesis.Voice.BuilderVoice.Builder. supportedEngines(Engine... supportedEngines)Specifies which engines (standard,neuralorlong-form) are supported by a given voice.Method parameters in software.amazon.awssdk.services.polly.model with type arguments of type Engine Modifier and Type Method Description Voice.BuilderVoice.Builder. supportedEngines(Collection<Engine> supportedEngines)Specifies which engines (standard,neuralorlong-form) are supported by a given voice.
-