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 |
Classes modeling the various types represented by AmazonPolly
|
Modifier and Type | Method and Description |
---|---|
StartSpeechSynthesisTaskResult |
AmazonPolly.startSpeechSynthesisTask(StartSpeechSynthesisTaskRequest startSpeechSynthesisTaskRequest)
Allows the creation of an asynchronous synthesis task, by starting a new
SpeechSynthesisTask . |
StartSpeechSynthesisTaskResult |
AmazonPollyClient.startSpeechSynthesisTask(StartSpeechSynthesisTaskRequest startSpeechSynthesisTaskRequest)
Allows the creation of an asynchronous synthesis task, by starting a new
SpeechSynthesisTask . |
Modifier and Type | Method and Description |
---|---|
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(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 © 2018. All rights reserved.