'2.0', 'service' => '
Amazon Polly is a web service that makes it easy to synthesize speech from text.
The Amazon Polly service provides API operations for synthesizing high-quality speech from plain text and Speech Synthesis Markup Language (SSML), along with managing pronunciations lexicons that enable you to get the best results for your application domain.
', 'operations' => [ 'DeleteLexicon' => 'Deletes the specified pronunciation lexicon stored in an Amazon Web Services Region. A lexicon which has been deleted is not available for speech synthesis, nor is it possible to retrieve it using either the GetLexicon
or ListLexicon
APIs.
For more information, see Managing Lexicons.
', 'DescribeVoices' => 'Returns the list of voices that are available for use when requesting speech synthesis. Each voice speaks a specified language, is either male or female, and is identified by an ID, which is the ASCII version of the voice name.
When synthesizing speech ( SynthesizeSpeech
), you provide the voice ID for the voice you want from the list of voices returned by DescribeVoices
.
For example, you want your news reader application to read news in a specific language, but giving a user the option to choose the voice. Using the DescribeVoices
operation you can provide the user with a list of available voices to select from.
You can optionally specify a language code to filter the available voices. For example, if you specify en-US
, the operation returns a list of all available US English voices.
This operation requires permissions to perform the polly:DescribeVoices
action.
Returns the content of the specified pronunciation lexicon stored in an Amazon Web Services Region. For more information, see Managing Lexicons.
', 'GetSpeechSynthesisTask' => 'Retrieves a specific SpeechSynthesisTask object based on its TaskID. This object contains information about the given speech synthesis task, including the status of the task, and a link to the S3 bucket containing the output of the task.
', 'ListLexicons' => 'Returns a list of pronunciation lexicons stored in an Amazon Web Services Region. For more information, see Managing Lexicons.
', 'ListSpeechSynthesisTasks' => 'Returns a list of SpeechSynthesisTask objects ordered by their creation date. This operation can filter the tasks by their status, for example, allowing users to list only tasks that are completed.
', 'PutLexicon' => 'Stores a pronunciation lexicon in an Amazon Web Services Region. If a lexicon with the same name already exists in the region, it is overwritten by the new lexicon. Lexicon operations have eventual consistency, therefore, it might take some time before the lexicon is available to the SynthesizeSpeech operation.
For more information, see Managing Lexicons.
', 'StartSpeechSynthesisTask' => 'Allows the creation of an asynchronous synthesis task, by starting a new SpeechSynthesisTask
. This operation requires all the standard information needed for speech synthesis, plus the name of an Amazon S3 bucket for the service to store the output of the synthesis task and two optional parameters (OutputS3KeyPrefix
and SnsTopicArn
). Once the synthesis task is created, this operation will return a SpeechSynthesisTask
object, which will include an identifier of this task as well as the current status. The SpeechSynthesisTask
object is available for 72 hours after starting the asynchronous synthesis task.
Synthesizes UTF-8 input, plain text or SSML, to a stream of bytes. SSML input must be valid, well-formed SSML. Some alphabets might not be available with all the voices (for example, Cyrillic might not be read at all by English voices) unless phoneme mapping is used. For more information, see How it Works.
', ], 'shapes' => [ 'Alphabet' => [ 'base' => NULL, 'refs' => [ 'LexiconAttributes$Alphabet' => 'Phonetic alphabet used in the lexicon. Valid values are ipa
and x-sampa
.
Stream containing the synthesized speech.
', ], ], 'ContentType' => [ 'base' => NULL, 'refs' => [ 'SynthesizeSpeechOutput$ContentType' => ' Specifies the type audio stream. This should reflect the OutputFormat
parameter in your request.
If you request mp3
as the OutputFormat
, the ContentType
returned is audio/mpeg.
If you request ogg_vorbis
as the OutputFormat
, the ContentType
returned is audio/ogg.
If you request pcm
as the OutputFormat
, the ContentType
returned is audio/pcm in a signed 16-bit, 1 channel (mono), little-endian format.
If you request json
as the OutputFormat
, the ContentType
returned is application/x-json-stream.
', ], ], 'DateTime' => [ 'base' => NULL, 'refs' => [ 'SynthesisTask$CreationTime' => '
Timestamp for the time the synthesis task was started.
', ], ], 'DeleteLexiconInput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteLexiconOutput' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVoicesInput' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVoicesOutput' => [ 'base' => NULL, 'refs' => [], ], 'Engine' => [ 'base' => NULL, 'refs' => [ 'DescribeVoicesInput$Engine' => 'Specifies the engine (standard
or neural
) used by Amazon Polly when processing input text for speech synthesis.
Specifies the engine (standard
or neural
) for Amazon Polly to use when processing input text for speech synthesis. Using a voice that is not supported for the engine selected will result in an error.
Specifies the engine (standard
or neural
) for Amazon Polly to use when processing input text for speech synthesis. Using a voice that is not supported for the engine selected will result in an error.
Specifies the engine (standard
or neural
) for Amazon Polly to use when processing input text for speech synthesis. For information on Amazon Polly voices and which voices are available in standard-only, NTTS-only, and both standard and NTTS formats, see Available Voices.
NTTS-only voices
When using NTTS-only voices such as Kevin (en-US), this parameter is required and must be set to neural
. If the engine is not specified, or is set to standard
, this will result in an error.
Type: String
Valid Values: standard
| neural
Required: Yes
Standard voices
For standard voices, this is not required; the engine parameter defaults to standard
. If the engine is not specified, or is set to standard
and an NTTS-only voice is selected, this will result in an error.
Specifies which engines (standard
or neural
) that are supported by a given voice.
This engine is not compatible with the voice that you have designated. Choose a new voice that is compatible with the engine or change the engine and restart the operation.
', 'refs' => [], ], 'ErrorMessage' => [ 'base' => NULL, 'refs' => [ 'EngineNotSupportedException$message' => NULL, 'InvalidLexiconException$message' => NULL, 'InvalidNextTokenException$message' => NULL, 'InvalidS3BucketException$message' => NULL, 'InvalidS3KeyException$message' => NULL, 'InvalidSampleRateException$message' => NULL, 'InvalidSnsTopicArnException$message' => NULL, 'InvalidSsmlException$message' => NULL, 'InvalidTaskIdException$message' => NULL, 'LanguageNotSupportedException$message' => NULL, 'LexiconNotFoundException$message' => NULL, 'LexiconSizeExceededException$message' => NULL, 'MarksNotSupportedForFormatException$message' => NULL, 'MaxLexemeLengthExceededException$message' => NULL, 'MaxLexiconsNumberExceededException$message' => NULL, 'ServiceFailureException$message' => NULL, 'SsmlMarksNotSupportedForTextTypeException$message' => NULL, 'SynthesisTaskNotFoundException$message' => NULL, 'TextLengthExceededException$message' => NULL, 'UnsupportedPlsAlphabetException$message' => NULL, 'UnsupportedPlsLanguageException$message' => NULL, ], ], 'Gender' => [ 'base' => NULL, 'refs' => [ 'Voice$Gender' => 'Gender of the voice.
', ], ], 'GetLexiconInput' => [ 'base' => NULL, 'refs' => [], ], 'GetLexiconOutput' => [ 'base' => NULL, 'refs' => [], ], 'GetSpeechSynthesisTaskInput' => [ 'base' => NULL, 'refs' => [], ], 'GetSpeechSynthesisTaskOutput' => [ 'base' => NULL, 'refs' => [], ], 'IncludeAdditionalLanguageCodes' => [ 'base' => NULL, 'refs' => [ 'DescribeVoicesInput$IncludeAdditionalLanguageCodes' => 'Boolean value indicating whether to return any bilingual voices that use the specified language as an additional language. For instance, if you request all languages that use US English (es-US), and there is an Italian voice that speaks both Italian (it-IT) and US English, that voice will be included if you specify yes
but not if you specify no
.
Amazon Polly can\'t find the specified lexicon. Verify that the lexicon\'s name is spelled correctly, and then try again.
', 'refs' => [], ], 'InvalidNextTokenException' => [ 'base' => 'The NextToken is invalid. Verify that it\'s spelled correctly, and then try again.
', 'refs' => [], ], 'InvalidS3BucketException' => [ 'base' => 'The provided Amazon S3 bucket name is invalid. Please check your input with S3 bucket naming requirements and try again.
', 'refs' => [], ], 'InvalidS3KeyException' => [ 'base' => 'The provided Amazon S3 key prefix is invalid. Please provide a valid S3 object key name.
', 'refs' => [], ], 'InvalidSampleRateException' => [ 'base' => 'The specified sample rate is not valid.
', 'refs' => [], ], 'InvalidSnsTopicArnException' => [ 'base' => 'The provided SNS topic ARN is invalid. Please provide a valid SNS topic ARN and try again.
', 'refs' => [], ], 'InvalidSsmlException' => [ 'base' => 'The SSML you provided is invalid. Verify the SSML syntax, spelling of tags and values, and then try again.
', 'refs' => [], ], 'InvalidTaskIdException' => [ 'base' => 'The provided Task ID is not valid. Please provide a valid Task ID and try again.
', 'refs' => [], ], 'LanguageCode' => [ 'base' => NULL, 'refs' => [ 'DescribeVoicesInput$LanguageCode' => 'The language identification tag (ISO 639 code for the language name-ISO 3166 country code) for filtering the list of voices returned. If you don\'t specify this optional parameter, all available voices are returned.
', 'LanguageCodeList$member' => NULL, 'LexiconAttributes$LanguageCode' => 'Language code that the lexicon applies to. A lexicon with a language code such as "en" would be applied to all English languages (en-GB, en-US, en-AUS, en-WLS, and so on.
', 'StartSpeechSynthesisTaskInput$LanguageCode' => 'Optional language code for the Speech Synthesis request. This is only necessary if using a bilingual voice, such as Aditi, which can be used for either Indian English (en-IN) or Hindi (hi-IN).
If a bilingual voice is used and no language code is specified, Amazon Polly uses the default language of the bilingual voice. The default language for any voice is the one returned by the DescribeVoices operation for the LanguageCode
parameter. For example, if no language code is specified, Aditi will use Indian English rather than Hindi.
Optional language code for a synthesis task. This is only necessary if using a bilingual voice, such as Aditi, which can be used for either Indian English (en-IN) or Hindi (hi-IN).
If a bilingual voice is used and no language code is specified, Amazon Polly uses the default language of the bilingual voice. The default language for any voice is the one returned by the DescribeVoices operation for the LanguageCode
parameter. For example, if no language code is specified, Aditi will use Indian English rather than Hindi.
Optional language code for the Synthesize Speech request. This is only necessary if using a bilingual voice, such as Aditi, which can be used for either Indian English (en-IN) or Hindi (hi-IN).
If a bilingual voice is used and no language code is specified, Amazon Polly uses the default language of the bilingual voice. The default language for any voice is the one returned by the DescribeVoices operation for the LanguageCode
parameter. For example, if no language code is specified, Aditi will use Indian English rather than Hindi.
Language code of the voice.
', ], ], 'LanguageCodeList' => [ 'base' => NULL, 'refs' => [ 'Voice$AdditionalLanguageCodes' => 'Additional codes for languages available for the specified voice in addition to its default language.
For example, the default language for Aditi is Indian English (en-IN) because it was first used for that language. Since Aditi is bilingual and fluent in both Indian English and Hindi, this parameter would show the code hi-IN
.
Human readable name of the language in English.
', ], ], 'LanguageNotSupportedException' => [ 'base' => 'The language specified is not currently supported by Amazon Polly in this capacity.
', 'refs' => [], ], 'LastModified' => [ 'base' => NULL, 'refs' => [ 'LexiconAttributes$LastModified' => 'Date lexicon was last modified (a timestamp value).
', ], ], 'LexemesCount' => [ 'base' => NULL, 'refs' => [ 'LexiconAttributes$LexemesCount' => 'Number of lexemes in the lexicon.
', ], ], 'Lexicon' => [ 'base' => 'Provides lexicon name and lexicon content in string format. For more information, see Pronunciation Lexicon Specification (PLS) Version 1.0.
', 'refs' => [ 'GetLexiconOutput$Lexicon' => 'Lexicon object that provides name and the string content of the lexicon.
', ], ], 'LexiconArn' => [ 'base' => NULL, 'refs' => [ 'LexiconAttributes$LexiconArn' => 'Amazon Resource Name (ARN) of the lexicon.
', ], ], 'LexiconAttributes' => [ 'base' => 'Contains metadata describing the lexicon such as the number of lexemes, language code, and so on. For more information, see Managing Lexicons.
', 'refs' => [ 'GetLexiconOutput$LexiconAttributes' => 'Metadata of the lexicon, including phonetic alphabetic used, language code, lexicon ARN, number of lexemes defined in the lexicon, and size of lexicon in bytes.
', 'LexiconDescription$Attributes' => 'Provides lexicon metadata.
', ], ], 'LexiconContent' => [ 'base' => NULL, 'refs' => [ 'Lexicon$Content' => 'Lexicon content in string format. The content of a lexicon must be in PLS format.
', 'PutLexiconInput$Content' => 'Content of the PLS lexicon as string data.
', ], ], 'LexiconDescription' => [ 'base' => 'Describes the content of the lexicon.
', 'refs' => [ 'LexiconDescriptionList$member' => NULL, ], ], 'LexiconDescriptionList' => [ 'base' => NULL, 'refs' => [ 'ListLexiconsOutput$Lexicons' => 'A list of lexicon names and attributes.
', ], ], 'LexiconName' => [ 'base' => NULL, 'refs' => [ 'DeleteLexiconInput$Name' => 'The name of the lexicon to delete. Must be an existing lexicon in the region.
', 'GetLexiconInput$Name' => 'Name of the lexicon.
', 'Lexicon$Name' => 'Name of the lexicon.
', 'LexiconDescription$Name' => 'Name of the lexicon.
', 'LexiconNameList$member' => NULL, 'PutLexiconInput$Name' => 'Name of the lexicon. The name must follow the regular express format [0-9A-Za-z]{1,20}. That is, the name is a case-sensitive alphanumeric string up to 20 characters long.
', ], ], 'LexiconNameList' => [ 'base' => NULL, 'refs' => [ 'StartSpeechSynthesisTaskInput$LexiconNames' => 'List of one or more pronunciation lexicon names you want the service to apply during synthesis. Lexicons are applied only if the language of the lexicon is the same as the language of the voice.
', 'SynthesisTask$LexiconNames' => 'List of one or more pronunciation lexicon names you want the service to apply during synthesis. Lexicons are applied only if the language of the lexicon is the same as the language of the voice.
', 'SynthesizeSpeechInput$LexiconNames' => 'List of one or more pronunciation lexicon names you want the service to apply during synthesis. Lexicons are applied only if the language of the lexicon is the same as the language of the voice. For information about storing lexicons, see PutLexicon.
', ], ], 'LexiconNotFoundException' => [ 'base' => 'Amazon Polly can\'t find the specified lexicon. This could be caused by a lexicon that is missing, its name is misspelled or specifying a lexicon that is in a different region.
Verify that the lexicon exists, is in the region (see ListLexicons) and that you spelled its name is spelled correctly. Then try again.
', 'refs' => [], ], 'LexiconSizeExceededException' => [ 'base' => 'The maximum size of the specified lexicon would be exceeded by this operation.
', 'refs' => [], ], 'ListLexiconsInput' => [ 'base' => NULL, 'refs' => [], ], 'ListLexiconsOutput' => [ 'base' => NULL, 'refs' => [], ], 'ListSpeechSynthesisTasksInput' => [ 'base' => NULL, 'refs' => [], ], 'ListSpeechSynthesisTasksOutput' => [ 'base' => NULL, 'refs' => [], ], 'MarksNotSupportedForFormatException' => [ 'base' => 'Speech marks are not supported for the OutputFormat
selected. Speech marks are only available for content in json
format.
The maximum size of the lexeme would be exceeded by this operation.
', 'refs' => [], ], 'MaxLexiconsNumberExceededException' => [ 'base' => 'The maximum number of lexicons would be exceeded by this operation.
', 'refs' => [], ], 'MaxResults' => [ 'base' => NULL, 'refs' => [ 'ListSpeechSynthesisTasksInput$MaxResults' => 'Maximum number of speech synthesis tasks returned in a List operation.
', ], ], 'NextToken' => [ 'base' => NULL, 'refs' => [ 'DescribeVoicesInput$NextToken' => 'An opaque pagination token returned from the previous DescribeVoices
operation. If present, this indicates where to continue the listing.
The pagination token to use in the next request to continue the listing of voices. NextToken
is returned only if the response is truncated.
An opaque pagination token returned from previous ListLexicons
operation. If present, indicates where to continue the list of lexicons.
The pagination token to use in the next request to continue the listing of lexicons. NextToken
is returned only if the response is truncated.
The pagination token to use in the next request to continue the listing of speech synthesis tasks.
', 'ListSpeechSynthesisTasksOutput$NextToken' => 'An opaque pagination token returned from the previous List operation in this request. If present, this indicates where to continue the listing.
', ], ], 'OutputFormat' => [ 'base' => NULL, 'refs' => [ 'StartSpeechSynthesisTaskInput$OutputFormat' => 'The format in which the returned output will be encoded. For audio stream, this will be mp3, ogg_vorbis, or pcm. For speech marks, this will be json.
', 'SynthesisTask$OutputFormat' => 'The format in which the returned output will be encoded. For audio stream, this will be mp3, ogg_vorbis, or pcm. For speech marks, this will be json.
', 'SynthesizeSpeechInput$OutputFormat' => 'The format in which the returned output will be encoded. For audio stream, this will be mp3, ogg_vorbis, or pcm. For speech marks, this will be json.
When pcm is used, the content returned is audio/pcm in a signed 16-bit, 1 channel (mono), little-endian format.
', ], ], 'OutputS3BucketName' => [ 'base' => NULL, 'refs' => [ 'StartSpeechSynthesisTaskInput$OutputS3BucketName' => 'Amazon S3 bucket name to which the output file will be saved.
', ], ], 'OutputS3KeyPrefix' => [ 'base' => NULL, 'refs' => [ 'StartSpeechSynthesisTaskInput$OutputS3KeyPrefix' => 'The Amazon S3 key prefix for the output speech file.
', ], ], 'OutputUri' => [ 'base' => NULL, 'refs' => [ 'SynthesisTask$OutputUri' => 'Pathway for the output speech file.
', ], ], 'PutLexiconInput' => [ 'base' => NULL, 'refs' => [], ], 'PutLexiconOutput' => [ 'base' => NULL, 'refs' => [], ], 'RequestCharacters' => [ 'base' => NULL, 'refs' => [ 'SynthesisTask$RequestCharacters' => 'Number of billable characters synthesized.
', 'SynthesizeSpeechOutput$RequestCharacters' => 'Number of characters synthesized.
', ], ], 'SampleRate' => [ 'base' => NULL, 'refs' => [ 'StartSpeechSynthesisTaskInput$SampleRate' => 'The audio frequency specified in Hz.
The valid values for mp3 and ogg_vorbis are "8000", "16000", "22050", and "24000". The default value for standard voices is "22050". The default value for neural voices is "24000".
Valid values for pcm are "8000" and "16000" The default value is "16000".
', 'SynthesisTask$SampleRate' => 'The audio frequency specified in Hz.
The valid values for mp3 and ogg_vorbis are "8000", "16000", "22050", and "24000". The default value for standard voices is "22050". The default value for neural voices is "24000".
Valid values for pcm are "8000" and "16000" The default value is "16000".
', 'SynthesizeSpeechInput$SampleRate' => 'The audio frequency specified in Hz.
The valid values for mp3 and ogg_vorbis are "8000", "16000", "22050", and "24000". The default value for standard voices is "22050". The default value for neural voices is "24000".
Valid values for pcm are "8000" and "16000" The default value is "16000".
', ], ], 'ServiceFailureException' => [ 'base' => 'An unknown condition has caused a service failure.
', 'refs' => [], ], 'Size' => [ 'base' => NULL, 'refs' => [ 'LexiconAttributes$Size' => 'Total size of the lexicon, in characters.
', ], ], 'SnsTopicArn' => [ 'base' => NULL, 'refs' => [ 'StartSpeechSynthesisTaskInput$SnsTopicArn' => 'ARN for the SNS topic optionally used for providing status notification for a speech synthesis task.
', 'SynthesisTask$SnsTopicArn' => 'ARN for the SNS topic optionally used for providing status notification for a speech synthesis task.
', ], ], 'SpeechMarkType' => [ 'base' => NULL, 'refs' => [ 'SpeechMarkTypeList$member' => NULL, ], ], 'SpeechMarkTypeList' => [ 'base' => NULL, 'refs' => [ 'StartSpeechSynthesisTaskInput$SpeechMarkTypes' => 'The type of speech marks returned for the input text.
', 'SynthesisTask$SpeechMarkTypes' => 'The type of speech marks returned for the input text.
', 'SynthesizeSpeechInput$SpeechMarkTypes' => 'The type of speech marks returned for the input text.
', ], ], 'SsmlMarksNotSupportedForTextTypeException' => [ 'base' => 'SSML speech marks are not supported for plain text-type input.
', 'refs' => [], ], 'StartSpeechSynthesisTaskInput' => [ 'base' => NULL, 'refs' => [], ], 'StartSpeechSynthesisTaskOutput' => [ 'base' => NULL, 'refs' => [], ], 'SynthesisTask' => [ 'base' => 'SynthesisTask object that provides information about a speech synthesis task.
', 'refs' => [ 'GetSpeechSynthesisTaskOutput$SynthesisTask' => 'SynthesisTask object that provides information from the requested task, including output format, creation time, task status, and so on.
', 'StartSpeechSynthesisTaskOutput$SynthesisTask' => 'SynthesisTask object that provides information and attributes about a newly submitted speech synthesis task.
', 'SynthesisTasks$member' => NULL, ], ], 'SynthesisTaskNotFoundException' => [ 'base' => 'The Speech Synthesis task with requested Task ID cannot be found.
', 'refs' => [], ], 'SynthesisTasks' => [ 'base' => NULL, 'refs' => [ 'ListSpeechSynthesisTasksOutput$SynthesisTasks' => 'List of SynthesisTask objects that provides information from the specified task in the list request, including output format, creation time, task status, and so on.
', ], ], 'SynthesizeSpeechInput' => [ 'base' => NULL, 'refs' => [], ], 'SynthesizeSpeechOutput' => [ 'base' => NULL, 'refs' => [], ], 'TaskId' => [ 'base' => NULL, 'refs' => [ 'GetSpeechSynthesisTaskInput$TaskId' => 'The Amazon Polly generated identifier for a speech synthesis task.
', 'SynthesisTask$TaskId' => 'The Amazon Polly generated identifier for a speech synthesis task.
', ], ], 'TaskStatus' => [ 'base' => NULL, 'refs' => [ 'ListSpeechSynthesisTasksInput$Status' => 'Status of the speech synthesis tasks returned in a List operation
', 'SynthesisTask$TaskStatus' => 'Current status of the individual speech synthesis task.
', ], ], 'TaskStatusReason' => [ 'base' => NULL, 'refs' => [ 'SynthesisTask$TaskStatusReason' => 'Reason for the current status of a specific speech synthesis task, including errors if the task has failed.
', ], ], 'Text' => [ 'base' => NULL, 'refs' => [ 'StartSpeechSynthesisTaskInput$Text' => 'The input text to synthesize. If you specify ssml as the TextType, follow the SSML format for the input text.
', 'SynthesizeSpeechInput$Text' => ' Input text to synthesize. If you specify ssml
as the TextType
, follow the SSML format for the input text.
The value of the "Text" parameter is longer than the accepted limits. For the SynthesizeSpeech
API, the limit for input text is a maximum of 6000 characters total, of which no more than 3000 can be billed characters. For the StartSpeechSynthesisTask
API, the maximum is 200,000 characters, of which no more than 100,000 can be billed characters. SSML tags are not counted as billed characters.
Specifies whether the input text is plain text or SSML. The default value is plain text.
', 'SynthesisTask$TextType' => 'Specifies whether the input text is plain text or SSML. The default value is plain text.
', 'SynthesizeSpeechInput$TextType' => 'Specifies whether the input text is plain text or SSML. The default value is plain text. For more information, see Using SSML.
', ], ], 'UnsupportedPlsAlphabetException' => [ 'base' => 'The alphabet specified by the lexicon is not a supported alphabet. Valid values are x-sampa
and ipa
.
The language specified in the lexicon is unsupported. For a list of supported languages, see Lexicon Attributes.
', 'refs' => [], ], 'Voice' => [ 'base' => 'Description of the voice.
', 'refs' => [ 'VoiceList$member' => NULL, ], ], 'VoiceId' => [ 'base' => NULL, 'refs' => [ 'StartSpeechSynthesisTaskInput$VoiceId' => 'Voice ID to use for the synthesis.
', 'SynthesisTask$VoiceId' => 'Voice ID to use for the synthesis.
', 'SynthesizeSpeechInput$VoiceId' => 'Voice ID to use for the synthesis. You can get a list of available voice IDs by calling the DescribeVoices operation.
', 'Voice$Id' => 'Amazon Polly assigned voice ID. This is the ID that you specify when calling the SynthesizeSpeech
operation.
A list of voices with their properties.
', ], ], 'VoiceName' => [ 'base' => NULL, 'refs' => [ 'Voice$Name' => 'Name of the voice (for example, Salli, Kendra, etc.). This provides a human readable voice name that you might display in your application.
', ], ], ],];