| Package | Description |
|---|---|
| com.amazonaws.services.polly.model | |
| com.amazonaws.services.polly.presign |
| Modifier and Type | Method and Description |
|---|---|
static VoiceId |
VoiceId.fromValue(String value)
Use this in place of valueOf.
|
static VoiceId |
VoiceId.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VoiceId[] |
VoiceId.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Voice.setId(VoiceId id)
Amazon Polly assigned voice ID.
|
void |
SynthesizeSpeechRequest.setVoiceId(VoiceId voiceId)
Voice ID to use for the synthesis.
|
Voice |
Voice.withId(VoiceId id)
Amazon Polly assigned voice ID.
|
SynthesizeSpeechRequest |
SynthesizeSpeechRequest.withVoiceId(VoiceId voiceId)
Voice ID to use for the synthesis.
|
SynthesisTask |
SynthesisTask.withVoiceId(VoiceId voiceId)
Voice ID to use for the synthesis.
|
StartSpeechSynthesisTaskRequest |
StartSpeechSynthesisTaskRequest.withVoiceId(VoiceId voiceId)
Voice ID to use for the synthesis.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SynthesizeSpeechPresignRequest.setVoiceId(VoiceId voiceId) |
SynthesizeSpeechPresignRequest |
SynthesizeSpeechPresignRequest.withVoiceId(VoiceId voiceId) |
Copyright © 2025. All rights reserved.