Skip to content

Polly  >  Unions  >  StartSpeechSynthesisStreamEventStream

StartSpeechSynthesisStreamEventStream

Union Type

Union Member Types

StartSpeechSynthesisStreamEventStreamAudioEvent dataclass

An audio event containing synthesized speech.

Attributes

value instance-attribute
value: AudioEvent

StartSpeechSynthesisStreamEventStreamStreamClosedEvent dataclass

An event, with summary information, indicating the stream has closed.

Attributes

value instance-attribute

StartSpeechSynthesisStreamEventStreamValidationException dataclass

An exception indicating the input failed validation.

Attributes

value instance-attribute

StartSpeechSynthesisStreamEventStreamServiceQuotaExceededException dataclass

An exception indicating a service quota would be exceeded.

Attributes

value instance-attribute

StartSpeechSynthesisStreamEventStreamServiceFailureException dataclass

An unknown condition has caused a service failure.

Attributes

value instance-attribute

StartSpeechSynthesisStreamEventStreamThrottlingException dataclass

An exception indicating the request was throttled.

Attributes

value instance-attribute

StartSpeechSynthesisStreamEventStreamUnknown dataclass

Represents an unknown variant.

If you receive this value, you will need to update your library to receive the parsed value.

This value may not be deliberately sent.

Attributes

tag instance-attribute
tag: str