class Aws::TranscribeStreamingService::Types::StartStreamTranscriptionResponse

@!attribute [rw] request_id

An identifier for the streaming transcription.
@return [String]

@!attribute [rw] language_code

The language code for the input audio stream.
@return [String]

@!attribute [rw] media_sample_rate_hertz

The sample rate for the input audio stream. Use 8000 Hz for low
quality audio and 16000 Hz for high quality audio.
@return [Integer]

@!attribute [rw] media_encoding

The encoding used for the input audio stream.
@return [String]

@!attribute [rw] vocabulary_name

The name of the vocabulary used when processing the stream.
@return [String]

@!attribute [rw] session_id

An identifier for a specific transcription session.
@return [String]

@!attribute [rw] transcript_result_stream

Represents the stream of transcription events from Amazon Transcribe
to your application.
@return [Types::TranscriptResultStream]

@!attribute [rw] vocabulary_filter_name

The name of the vocabulary filter used in your real-time stream.
@return [String]

@!attribute [rw] vocabulary_filter_method

The vocabulary filtering method used in the real-time stream.
@return [String]

@!attribute [rw] show_speaker_label

Shows whether speaker identification was enabled in the stream.
@return [Boolean]

@!attribute [rw] enable_channel_identification

Shows whether channel identification has been enabled in the stream.
@return [Boolean]

@!attribute [rw] number_of_channels

The number of channels identified in the stream.
@return [Integer]

@!attribute [rw] enable_partial_results_stabilization

Shows whether partial results stabilization has been enabled in the
stream.
@return [Boolean]

@!attribute [rw] partial_results_stability

If partial results stabilization has been enabled in the stream,
shows the stability level.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/transcribe-streaming-2017-10-26/StartStreamTranscriptionResponse AWS API Documentation

Constants

SENSITIVE