| Package | Description |
|---|---|
| com.amazonaws.services.polly |
Amazon Polly is a web service that makes it easy to synthesize speech from text.
|
| com.amazonaws.services.polly.model |
| Modifier and Type | Method and Description |
|---|---|
Future<StartSpeechSynthesisTaskResult> |
AbstractAmazonPollyAsync.startSpeechSynthesisTaskAsync(StartSpeechSynthesisTaskRequest request,
AsyncHandler<StartSpeechSynthesisTaskRequest,StartSpeechSynthesisTaskResult> asyncHandler) |
Future<StartSpeechSynthesisTaskResult> |
AmazonPollyAsyncClient.startSpeechSynthesisTaskAsync(StartSpeechSynthesisTaskRequest request,
AsyncHandler<StartSpeechSynthesisTaskRequest,StartSpeechSynthesisTaskResult> asyncHandler) |
Future<StartSpeechSynthesisTaskResult> |
AmazonPollyAsync.startSpeechSynthesisTaskAsync(StartSpeechSynthesisTaskRequest startSpeechSynthesisTaskRequest,
AsyncHandler<StartSpeechSynthesisTaskRequest,StartSpeechSynthesisTaskResult> asyncHandler)
Allows the creation of an asynchronous synthesis task, by starting a new
SpeechSynthesisTask. |
| Modifier and Type | Method and Description |
|---|---|
StartSpeechSynthesisTaskRequest |
StartSpeechSynthesisTaskRequest.clone() |
StartSpeechSynthesisTaskRequest |
StartSpeechSynthesisTaskRequest.withEngine(Engine engine)
Specifies the engine (
standard or neural) for Amazon Polly to use when processing input
text for speech synthesis. |
StartSpeechSynthesisTaskRequest |
StartSpeechSynthesisTaskRequest.withEngine(String engine)
Specifies the engine (
standard or neural) for Amazon Polly to use when processing input
text for speech synthesis. |
StartSpeechSynthesisTaskRequest |
StartSpeechSynthesisTaskRequest.withLanguageCode(LanguageCode languageCode)
Optional language code for the Speech Synthesis request.
|
StartSpeechSynthesisTaskRequest |
StartSpeechSynthesisTaskRequest.withLanguageCode(String languageCode)
Optional language code for the Speech Synthesis request.
|
StartSpeechSynthesisTaskRequest |
StartSpeechSynthesisTaskRequest.withLexiconNames(Collection<String> lexiconNames)
List of one or more pronunciation lexicon names you want the service to apply during synthesis.
|
StartSpeechSynthesisTaskRequest |
StartSpeechSynthesisTaskRequest.withLexiconNames(String... lexiconNames)
List of one or more pronunciation lexicon names you want the service to apply during synthesis.
|
StartSpeechSynthesisTaskRequest |
StartSpeechSynthesisTaskRequest.withOutputFormat(OutputFormat outputFormat)
The format in which the returned output will be encoded.
|
StartSpeechSynthesisTaskRequest |
StartSpeechSynthesisTaskRequest.withOutputFormat(String outputFormat)
The format in which the returned output will be encoded.
|
StartSpeechSynthesisTaskRequest |
StartSpeechSynthesisTaskRequest.withOutputS3BucketName(String outputS3BucketName)
Amazon S3 bucket name to which the output file will be saved.
|
StartSpeechSynthesisTaskRequest |
StartSpeechSynthesisTaskRequest.withOutputS3KeyPrefix(String outputS3KeyPrefix)
The Amazon S3 key prefix for the output speech file.
|
StartSpeechSynthesisTaskRequest |
StartSpeechSynthesisTaskRequest.withSampleRate(String sampleRate)
The audio frequency specified in Hz.
|
StartSpeechSynthesisTaskRequest |
StartSpeechSynthesisTaskRequest.withSnsTopicArn(String snsTopicArn)
ARN for the SNS topic optionally used for providing status notification for a speech synthesis task.
|
StartSpeechSynthesisTaskRequest |
StartSpeechSynthesisTaskRequest.withSpeechMarkTypes(Collection<String> speechMarkTypes)
The type of speech marks returned for the input text.
|
StartSpeechSynthesisTaskRequest |
StartSpeechSynthesisTaskRequest.withSpeechMarkTypes(SpeechMarkType... speechMarkTypes)
The type of speech marks returned for the input text.
|
StartSpeechSynthesisTaskRequest |
StartSpeechSynthesisTaskRequest.withSpeechMarkTypes(String... speechMarkTypes)
The type of speech marks returned for the input text.
|
StartSpeechSynthesisTaskRequest |
StartSpeechSynthesisTaskRequest.withText(String text)
The input text to synthesize.
|
StartSpeechSynthesisTaskRequest |
StartSpeechSynthesisTaskRequest.withTextType(String textType)
Specifies whether the input text is plain text or SSML.
|
StartSpeechSynthesisTaskRequest |
StartSpeechSynthesisTaskRequest.withTextType(TextType textType)
Specifies whether the input text is plain text or SSML.
|
StartSpeechSynthesisTaskRequest |
StartSpeechSynthesisTaskRequest.withVoiceId(String voiceId)
Voice ID to use for the synthesis.
|
StartSpeechSynthesisTaskRequest |
StartSpeechSynthesisTaskRequest.withVoiceId(VoiceId voiceId)
Voice ID to use for the synthesis.
|
Copyright © 2023. All rights reserved.