StartSpeechSynthesisStreamRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The input event stream that contains text events and stream control events.

Link copied to clipboard

Specifies the engine for Amazon Polly to use when processing input text for speech synthesis. Currently, only the generative engine is supported. If you specify a voice that the selected engine doesn't support, Amazon Polly returns an error.

Link copied to clipboard

An optional parameter that sets the language code for the speech synthesis request. Specify this parameter only when using a bilingual voice. If a bilingual voice is used and no language code is specified, Amazon Polly uses the default language of the bilingual voice.

Link copied to clipboard

The names of one or more pronunciation lexicons for the service to apply during synthesis. Amazon Polly applies lexicons only when the lexicon language matches the voice language.

Link copied to clipboard

The audio format for the synthesized speech. Currently, Amazon Polly does not support JSON speech marks.

Link copied to clipboard

The audio frequency, specified in Hz.

Link copied to clipboard

The voice to use in synthesis. To get a list of available voice IDs, use the DescribeVoices operation.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String