Polly Classes
BaseValidatorModel
Oops! This Pydantic model is currently empty. Stay tuned!
DeleteLexiconInput
Name
- Type:
- Required: Yes
DescribeVoicesInput
Engine
- Type: typing.Optional[typing.Literal['generative', 'long-form', 'neural', 'standard']]
LanguageCode
- Type: typing.Optional[typing.Literal['ar-AE', 'arb', 'ca-ES', 'cmn-CN', 'cs-CZ', 'cy-GB', 'da-DK', 'de-AT', 'de-CH', 'de-DE', 'en-AU', 'en-GB', 'en-GB-WLS', 'en-IE', 'en-IN', 'en-NZ', 'en-SG', 'en-US', 'en-ZA', 'es-ES', 'es-MX', 'es-US', 'fi-FI', 'fr-BE', 'fr-CA', 'fr-FR', 'hi-IN', 'is-IS', 'it-IT', 'ja-JP', 'ko-KR', 'nb-NO', 'nl-BE', 'nl-NL', 'pl-PL', 'pt-BR', 'pt-PT', 'ro-RO', 'ru-RU', 'sv-SE', 'tr-TR', 'yue-CN']]
IncludeAdditionalLanguageCodes
- Type: typing.Optional[bool]
NextToken
- Type: typing.Optional[str]
DescribeVoicesInputPaginate
Engine
- Type: typing.Optional[typing.Literal['generative', 'long-form', 'neural', 'standard']]
LanguageCode
- Type: typing.Optional[typing.Literal['ar-AE', 'arb', 'ca-ES', 'cmn-CN', 'cs-CZ', 'cy-GB', 'da-DK', 'de-AT', 'de-CH', 'de-DE', 'en-AU', 'en-GB', 'en-GB-WLS', 'en-IE', 'en-IN', 'en-NZ', 'en-SG', 'en-US', 'en-ZA', 'es-ES', 'es-MX', 'es-US', 'fi-FI', 'fr-BE', 'fr-CA', 'fr-FR', 'hi-IN', 'is-IS', 'it-IT', 'ja-JP', 'ko-KR', 'nb-NO', 'nl-BE', 'nl-NL', 'pl-PL', 'pt-BR', 'pt-PT', 'ro-RO', 'ru-RU', 'sv-SE', 'tr-TR', 'yue-CN']]
IncludeAdditionalLanguageCodes
- Type: typing.Optional[bool]
PaginationConfig
- Type: typing.Optional[aws_resource_validator.pydantic_models.polly.polly_classes.PaginatorConfig]
DescribeVoicesOutput
Voices
- Type: typing.List[aws_resource_validator.pydantic_models.polly.polly_classes.Voice]
- Required: Yes
ResponseMetadata
- Type:
- Required: Yes
NextToken
- Type: typing.Optional[str]
GetLexiconInput
Name
- Type:
- Required: Yes
GetLexiconOutput
Lexicon
- Type:
- Required: Yes
LexiconAttributes
- Type:
- Required: Yes
ResponseMetadata
- Type:
- Required: Yes
GetSpeechSynthesisTaskInput
TaskId
- Type:
- Required: Yes
GetSpeechSynthesisTaskOutput
SynthesisTask
- Type:
- Required: Yes
ResponseMetadata
- Type:
- Required: Yes
Lexicon
Content
- Type: typing.Optional[str]
Name
- Type: typing.Optional[str]
LexiconAttributes
Alphabet
- Type: typing.Optional[str]
LanguageCode
- Type: typing.Optional[typing.Literal['ar-AE', 'arb', 'ca-ES', 'cmn-CN', 'cs-CZ', 'cy-GB', 'da-DK', 'de-AT', 'de-CH', 'de-DE', 'en-AU', 'en-GB', 'en-GB-WLS', 'en-IE', 'en-IN', 'en-NZ', 'en-SG', 'en-US', 'en-ZA', 'es-ES', 'es-MX', 'es-US', 'fi-FI', 'fr-BE', 'fr-CA', 'fr-FR', 'hi-IN', 'is-IS', 'it-IT', 'ja-JP', 'ko-KR', 'nb-NO', 'nl-BE', 'nl-NL', 'pl-PL', 'pt-BR', 'pt-PT', 'ro-RO', 'ru-RU', 'sv-SE', 'tr-TR', 'yue-CN']]
LastModified
- Type: typing.Optional[datetime.datetime]
LexiconArn
- Type: typing.Optional[str]
LexemesCount
- Type: typing.Optional[int]
Size
- Type: typing.Optional[int]
LexiconDescription
Name
- Type: typing.Optional[str]
Attributes
- Type: typing.Optional[aws_resource_validator.pydantic_models.polly.polly_classes.LexiconAttributes]
ListLexiconsInput
NextToken
- Type: typing.Optional[str]
ListLexiconsInputPaginate
PaginationConfig
- Type: typing.Optional[aws_resource_validator.pydantic_models.polly.polly_classes.PaginatorConfig]
ListLexiconsOutput
Lexicons
- Type: typing.List[aws_resource_validator.pydantic_models.polly.polly_classes.LexiconDescription]
- Required: Yes
ResponseMetadata
- Type:
- Required: Yes
NextToken
- Type: typing.Optional[str]
ListSpeechSynthesisTasksInput
MaxResults
- Type: typing.Optional[int]
NextToken
- Type: typing.Optional[str]
Status
- Type: typing.Optional[typing.Literal['completed', 'failed', 'inProgress', 'scheduled']]
ListSpeechSynthesisTasksInputPaginate
Status
- Type: typing.Optional[typing.Literal['completed', 'failed', 'inProgress', 'scheduled']]
PaginationConfig
- Type: typing.Optional[aws_resource_validator.pydantic_models.polly.polly_classes.PaginatorConfig]
ListSpeechSynthesisTasksOutput
SynthesisTasks
- Type: typing.List[aws_resource_validator.pydantic_models.polly.polly_classes.SynthesisTask]
- Required: Yes
ResponseMetadata
- Type:
- Required: Yes
NextToken
- Type: typing.Optional[str]
PaginatorConfig
MaxItems
- Type: typing.Optional[int]
PageSize
- Type: typing.Optional[int]
StartingToken
- Type: typing.Optional[str]
PutLexiconInput
Name
- Type:
- Required: Yes
Content
- Type:
- Required: Yes
ResponseMetadata
RequestId
- Type:
- Required: Yes
HTTPStatusCode
- Type:
- Required: Yes
HTTPHeaders
- Type: typing.Dict[str, str]
- Required: Yes
RetryAttempts
- Type:
- Required: Yes
HostId
- Type: typing.Optional[str]
StartSpeechSynthesisTaskInput
OutputFormat
- Type: typing.Literal['json', 'mp3', 'ogg_vorbis', 'pcm']
- Required: Yes
OutputS3BucketName
- Type:
- Required: Yes
Text
- Type:
- Required: Yes
VoiceId
- Type: typing.Literal['Aditi', 'Adriano', 'Amy', 'Andres', 'Aria', 'Arlet', 'Arthur', 'Astrid', 'Ayanda', 'Bianca', 'Brian', 'Burcu', 'Camila', 'Carla', 'Carmen', 'Celine', 'Chantal', 'Conchita', 'Cristiano', 'Daniel', 'Danielle', 'Dora', 'Elin', 'Emma', 'Enrique', 'Ewa', 'Filiz', 'Gabrielle', 'Geraint', 'Giorgio', 'Gregory', 'Gwyneth', 'Hala', 'Hannah', 'Hans', 'Hiujin', 'Ida', 'Ines', 'Isabelle', 'Ivy', 'Jacek', 'Jan', 'Jasmine', 'Jitka', 'Joanna', 'Joey', 'Justin', 'Kajal', 'Karl', 'Kazuha', 'Kendra', 'Kevin', 'Kimberly', 'Laura', 'Lea', 'Liam', 'Lisa', 'Liv', 'Lotte', 'Lucia', 'Lupe', 'Mads', 'Maja', 'Marlene', 'Mathieu', 'Matthew', 'Maxim', 'Mia', 'Miguel', 'Mizuki', 'Naja', 'Niamh', 'Nicole', 'Ola', 'Olivia', 'Pedro', 'Penelope', 'Raveena', 'Remi', 'Ricardo', 'Ruben', 'Russell', 'Ruth', 'Sabrina', 'Salli', 'Seoyeon', 'Sergio', 'Sofie', 'Stephen', 'Suvi', 'Takumi', 'Tatyana', 'Thiago', 'Tomoko', 'Vicki', 'Vitoria', 'Zayd', 'Zeina', 'Zhiyu']
- Required: Yes
Engine
- Type: typing.Optional[typing.Literal['generative', 'long-form', 'neural', 'standard']]
LanguageCode
- Type: typing.Optional[typing.Literal['ar-AE', 'arb', 'ca-ES', 'cmn-CN', 'cs-CZ', 'cy-GB', 'da-DK', 'de-AT', 'de-CH', 'de-DE', 'en-AU', 'en-GB', 'en-GB-WLS', 'en-IE', 'en-IN', 'en-NZ', 'en-SG', 'en-US', 'en-ZA', 'es-ES', 'es-MX', 'es-US', 'fi-FI', 'fr-BE', 'fr-CA', 'fr-FR', 'hi-IN', 'is-IS', 'it-IT', 'ja-JP', 'ko-KR', 'nb-NO', 'nl-BE', 'nl-NL', 'pl-PL', 'pt-BR', 'pt-PT', 'ro-RO', 'ru-RU', 'sv-SE', 'tr-TR', 'yue-CN']]
LexiconNames
- Type: typing.Optional[typing.List[str]]
OutputS3KeyPrefix
- Type: typing.Optional[str]
SampleRate
- Type: typing.Optional[str]
SnsTopicArn
- Type: typing.Optional[str]
SpeechMarkTypes
- Type: typing.Optional[typing.List[typing.Literal['sentence', 'ssml', 'viseme', 'word']]]
TextType
- Type: typing.Optional[typing.Literal['ssml', 'text']]
StartSpeechSynthesisTaskOutput
SynthesisTask
- Type:
- Required: Yes
ResponseMetadata
- Type:
- Required: Yes
SynthesisTask
Engine
- Type: typing.Optional[typing.Literal['generative', 'long-form', 'neural', 'standard']]
TaskId
- Type: typing.Optional[str]
TaskStatus
- Type: typing.Optional[typing.Literal['completed', 'failed', 'inProgress', 'scheduled']]
TaskStatusReason
- Type: typing.Optional[str]
OutputUri
- Type: typing.Optional[str]
CreationTime
- Type: typing.Optional[datetime.datetime]
RequestCharacters
- Type: typing.Optional[int]
SnsTopicArn
- Type: typing.Optional[str]
LexiconNames
- Type: typing.Optional[typing.List[str]]
OutputFormat
- Type: typing.Optional[typing.Literal['json', 'mp3', 'ogg_vorbis', 'pcm']]
SampleRate
- Type: typing.Optional[str]
SpeechMarkTypes
- Type: typing.Optional[typing.List[typing.Literal['sentence', 'ssml', 'viseme', 'word']]]
TextType
- Type: typing.Optional[typing.Literal['ssml', 'text']]
VoiceId
- Type: typing.Optional[typing.Literal['Aditi', 'Adriano', 'Amy', 'Andres', 'Aria', 'Arlet', 'Arthur', 'Astrid', 'Ayanda', 'Bianca', 'Brian', 'Burcu', 'Camila', 'Carla', 'Carmen', 'Celine', 'Chantal', 'Conchita', 'Cristiano', 'Daniel', 'Danielle', 'Dora', 'Elin', 'Emma', 'Enrique', 'Ewa', 'Filiz', 'Gabrielle', 'Geraint', 'Giorgio', 'Gregory', 'Gwyneth', 'Hala', 'Hannah', 'Hans', 'Hiujin', 'Ida', 'Ines', 'Isabelle', 'Ivy', 'Jacek', 'Jan', 'Jasmine', 'Jitka', 'Joanna', 'Joey', 'Justin', 'Kajal', 'Karl', 'Kazuha', 'Kendra', 'Kevin', 'Kimberly', 'Laura', 'Lea', 'Liam', 'Lisa', 'Liv', 'Lotte', 'Lucia', 'Lupe', 'Mads', 'Maja', 'Marlene', 'Mathieu', 'Matthew', 'Maxim', 'Mia', 'Miguel', 'Mizuki', 'Naja', 'Niamh', 'Nicole', 'Ola', 'Olivia', 'Pedro', 'Penelope', 'Raveena', 'Remi', 'Ricardo', 'Ruben', 'Russell', 'Ruth', 'Sabrina', 'Salli', 'Seoyeon', 'Sergio', 'Sofie', 'Stephen', 'Suvi', 'Takumi', 'Tatyana', 'Thiago', 'Tomoko', 'Vicki', 'Vitoria', 'Zayd', 'Zeina', 'Zhiyu']]
LanguageCode
- Type: typing.Optional[typing.Literal['ar-AE', 'arb', 'ca-ES', 'cmn-CN', 'cs-CZ', 'cy-GB', 'da-DK', 'de-AT', 'de-CH', 'de-DE', 'en-AU', 'en-GB', 'en-GB-WLS', 'en-IE', 'en-IN', 'en-NZ', 'en-SG', 'en-US', 'en-ZA', 'es-ES', 'es-MX', 'es-US', 'fi-FI', 'fr-BE', 'fr-CA', 'fr-FR', 'hi-IN', 'is-IS', 'it-IT', 'ja-JP', 'ko-KR', 'nb-NO', 'nl-BE', 'nl-NL', 'pl-PL', 'pt-BR', 'pt-PT', 'ro-RO', 'ru-RU', 'sv-SE', 'tr-TR', 'yue-CN']]
SynthesizeSpeechInput
OutputFormat
- Type: typing.Literal['json', 'mp3', 'ogg_vorbis', 'pcm']
- Required: Yes
Text
- Type:
- Required: Yes
VoiceId
- Type: typing.Literal['Aditi', 'Adriano', 'Amy', 'Andres', 'Aria', 'Arlet', 'Arthur', 'Astrid', 'Ayanda', 'Bianca', 'Brian', 'Burcu', 'Camila', 'Carla', 'Carmen', 'Celine', 'Chantal', 'Conchita', 'Cristiano', 'Daniel', 'Danielle', 'Dora', 'Elin', 'Emma', 'Enrique', 'Ewa', 'Filiz', 'Gabrielle', 'Geraint', 'Giorgio', 'Gregory', 'Gwyneth', 'Hala', 'Hannah', 'Hans', 'Hiujin', 'Ida', 'Ines', 'Isabelle', 'Ivy', 'Jacek', 'Jan', 'Jasmine', 'Jitka', 'Joanna', 'Joey', 'Justin', 'Kajal', 'Karl', 'Kazuha', 'Kendra', 'Kevin', 'Kimberly', 'Laura', 'Lea', 'Liam', 'Lisa', 'Liv', 'Lotte', 'Lucia', 'Lupe', 'Mads', 'Maja', 'Marlene', 'Mathieu', 'Matthew', 'Maxim', 'Mia', 'Miguel', 'Mizuki', 'Naja', 'Niamh', 'Nicole', 'Ola', 'Olivia', 'Pedro', 'Penelope', 'Raveena', 'Remi', 'Ricardo', 'Ruben', 'Russell', 'Ruth', 'Sabrina', 'Salli', 'Seoyeon', 'Sergio', 'Sofie', 'Stephen', 'Suvi', 'Takumi', 'Tatyana', 'Thiago', 'Tomoko', 'Vicki', 'Vitoria', 'Zayd', 'Zeina', 'Zhiyu']
- Required: Yes
Engine
- Type: typing.Optional[typing.Literal['generative', 'long-form', 'neural', 'standard']]
LanguageCode
- Type: typing.Optional[typing.Literal['ar-AE', 'arb', 'ca-ES', 'cmn-CN', 'cs-CZ', 'cy-GB', 'da-DK', 'de-AT', 'de-CH', 'de-DE', 'en-AU', 'en-GB', 'en-GB-WLS', 'en-IE', 'en-IN', 'en-NZ', 'en-SG', 'en-US', 'en-ZA', 'es-ES', 'es-MX', 'es-US', 'fi-FI', 'fr-BE', 'fr-CA', 'fr-FR', 'hi-IN', 'is-IS', 'it-IT', 'ja-JP', 'ko-KR', 'nb-NO', 'nl-BE', 'nl-NL', 'pl-PL', 'pt-BR', 'pt-PT', 'ro-RO', 'ru-RU', 'sv-SE', 'tr-TR', 'yue-CN']]
LexiconNames
- Type: typing.Optional[typing.List[str]]
SampleRate
- Type: typing.Optional[str]
SpeechMarkTypes
- Type: typing.Optional[typing.List[typing.Literal['sentence', 'ssml', 'viseme', 'word']]]
TextType
- Type: typing.Optional[typing.Literal['ssml', 'text']]
SynthesizeSpeechOutput
AudioStream
- Type:
- Required: Yes
ContentType
- Type:
- Required: Yes
RequestCharacters
- Type:
- Required: Yes
ResponseMetadata
- Type:
- Required: Yes
Voice
Gender
- Type: typing.Optional[typing.Literal['Female', 'Male']]
Id
- Type: typing.Optional[typing.Literal['Aditi', 'Adriano', 'Amy', 'Andres', 'Aria', 'Arlet', 'Arthur', 'Astrid', 'Ayanda', 'Bianca', 'Brian', 'Burcu', 'Camila', 'Carla', 'Carmen', 'Celine', 'Chantal', 'Conchita', 'Cristiano', 'Daniel', 'Danielle', 'Dora', 'Elin', 'Emma', 'Enrique', 'Ewa', 'Filiz', 'Gabrielle', 'Geraint', 'Giorgio', 'Gregory', 'Gwyneth', 'Hala', 'Hannah', 'Hans', 'Hiujin', 'Ida', 'Ines', 'Isabelle', 'Ivy', 'Jacek', 'Jan', 'Jasmine', 'Jitka', 'Joanna', 'Joey', 'Justin', 'Kajal', 'Karl', 'Kazuha', 'Kendra', 'Kevin', 'Kimberly', 'Laura', 'Lea', 'Liam', 'Lisa', 'Liv', 'Lotte', 'Lucia', 'Lupe', 'Mads', 'Maja', 'Marlene', 'Mathieu', 'Matthew', 'Maxim', 'Mia', 'Miguel', 'Mizuki', 'Naja', 'Niamh', 'Nicole', 'Ola', 'Olivia', 'Pedro', 'Penelope', 'Raveena', 'Remi', 'Ricardo', 'Ruben', 'Russell', 'Ruth', 'Sabrina', 'Salli', 'Seoyeon', 'Sergio', 'Sofie', 'Stephen', 'Suvi', 'Takumi', 'Tatyana', 'Thiago', 'Tomoko', 'Vicki', 'Vitoria', 'Zayd', 'Zeina', 'Zhiyu']]
LanguageCode
- Type: typing.Optional[typing.Literal['ar-AE', 'arb', 'ca-ES', 'cmn-CN', 'cs-CZ', 'cy-GB', 'da-DK', 'de-AT', 'de-CH', 'de-DE', 'en-AU', 'en-GB', 'en-GB-WLS', 'en-IE', 'en-IN', 'en-NZ', 'en-SG', 'en-US', 'en-ZA', 'es-ES', 'es-MX', 'es-US', 'fi-FI', 'fr-BE', 'fr-CA', 'fr-FR', 'hi-IN', 'is-IS', 'it-IT', 'ja-JP', 'ko-KR', 'nb-NO', 'nl-BE', 'nl-NL', 'pl-PL', 'pt-BR', 'pt-PT', 'ro-RO', 'ru-RU', 'sv-SE', 'tr-TR', 'yue-CN']]
LanguageName
- Type: typing.Optional[str]
Name
- Type: typing.Optional[str]
AdditionalLanguageCodes
- Type: typing.Optional[typing.List[typing.Literal['ar-AE', 'arb', 'ca-ES', 'cmn-CN', 'cs-CZ', 'cy-GB', 'da-DK', 'de-AT', 'de-CH', 'de-DE', 'en-AU', 'en-GB', 'en-GB-WLS', 'en-IE', 'en-IN', 'en-NZ', 'en-SG', 'en-US', 'en-ZA', 'es-ES', 'es-MX', 'es-US', 'fi-FI', 'fr-BE', 'fr-CA', 'fr-FR', 'hi-IN', 'is-IS', 'it-IT', 'ja-JP', 'ko-KR', 'nb-NO', 'nl-BE', 'nl-NL', 'pl-PL', 'pt-BR', 'pt-PT', 'ro-RO', 'ru-RU', 'sv-SE', 'tr-TR', 'yue-CN']]]
SupportedEngines
- Type: typing.Optional[typing.List[typing.Literal['generative', 'long-form', 'neural', 'standard']]]