class Aws::TranscribeStreamingService::Types::Result

The result of transcribing a portion of the input audio stream.

@!attribute [rw] result_id

A unique identifier for the result.
@return [String]

@!attribute [rw] start_time

The offset in seconds from the beginning of the audio stream to the
beginning of the result.
@return [Float]

@!attribute [rw] end_time

The offset in seconds from the beginning of the audio stream to the
end of the result.
@return [Float]

@!attribute [rw] is_partial

Amazon Transcribe divides the incoming audio stream into segments at
natural points in the audio. Transcription results are returned
based on these segments.

The `IsPartial` field is `true` to indicate that Amazon Transcribe
has additional transcription data to send, `false` to indicate that
this is the last transcription result for the segment.
@return [Boolean]

@!attribute [rw] alternatives

A list of possible transcriptions for the audio. Each alternative
typically contains one `item` that contains the result of the
transcription.
@return [Array<Types::Alternative>]

@!attribute [rw] channel_id

When channel identification is enabled, Amazon Transcribe
transcribes the speech from each audio channel separately.

You can use `ChannelId` to retrieve the transcription results for a
single channel in your audio stream.
@return [String]

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

Constants

SENSITIVE