String name
The name of the lexicon to delete. Must be an existing lexicon in the region.
String 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.
String nextToken
An opaque pagination token returned from the previous DescribeVoices operation. If present, this
indicates where to continue the listing.
String name
Name of the lexicon.
Lexicon lexicon
Lexicon object that provides name and the string content of the lexicon.
LexiconAttributes 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.
String alphabet
Phonetic alphabet used in the lexicon. Valid values are ipa and x-sampa.
String 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.
Date lastModified
Date lexicon was last modified (a timestamp value).
String lexiconArn
Amazon Resource Name (ARN) of the lexicon.
Integer lexemesCount
Number of lexemes in the lexicon.
Integer size
Total size of the lexicon, in characters.
String name
Name of the lexicon.
LexiconAttributes attributes
Provides lexicon metadata.
String nextToken
An opaque pagination token returned from previous ListLexicons operation. If present, indicates
where to continue the list of lexicons.
List<E> 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.
String outputFormat
The audio format in which the resulting stream will be encoded.
String sampleRate
The audio frequency specified in Hz.
The valid values for mp3 and ogg_vorbis are "8000", "16000", and "22050". The default
value is "22050".
Valid values for pcm are "8000" and "16000" The default value is "16000".
String text
Input text to synthesize. If you specify ssml as the TextType, follow the SSML format
for the input text.
String textType
Specifies whether the input text is plain text or SSML. The default value is plain text. For more information, see Using SSML.
String voiceId
Voice ID to use for the synthesis. You can get a list of available voice IDs by calling the DescribeVoices operation.
InputStream audioStream
Stream containing the synthesized speech.
String 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.
Integer requestCharacters
Number of characters synthesized.
String gender
Gender of the voice.
String id
Amazon Polly assigned voice ID. This is the ID that you specify when calling the SynthesizeSpeech
operation.
String languageCode
Language code of the voice.
String languageName
Human readable name of the language in English.
String name
Name of the voice (for example, Salli, Kendra, etc.). This provides a human readable voice name that you might display in your application.
Copyright © 2017. All rights reserved.