class Aws::TranscribeStreamingService::Types::Item
A word, phrase, or punctuation mark that is transcribed from the input audio.
@!attribute [rw] start_time
The offset from the beginning of the audio stream to the beginning of the audio that resulted in the item. @return [Float]
@!attribute [rw] end_time
The offset from the beginning of the audio stream to the end of the audio that resulted in the item. @return [Float]
@!attribute [rw] type
The type of the item. `PRONUNCIATION` indicates that the item is a word that was recognized in the input audio. `PUNCTUATION` indicates that the item was interpreted as a pause in the input audio. @return [String]
@!attribute [rw] content
The word or punctuation that was recognized in the input audio. @return [String]
@!attribute [rw] vocabulary_filter_match
Indicates whether a word in the item matches a word in the vocabulary filter you've chosen for your real-time stream. If `true` then a word in the item matches your vocabulary filter. @return [Boolean]
@!attribute [rw] speaker
If speaker identification is enabled, shows the speakers identified in the real-time stream. @return [String]
@!attribute [rw] confidence
A value between 0 and 1 for an item that is a confidence score that Amazon Transcribe assigns to each word or phrase that it transcribes. @return [Float]
@!attribute [rw] stable
If partial result stabilization has been enabled, indicates whether the word or phrase in the item is stable. If `Stable` is `true`, the result is stable. @return [Boolean]
@see docs.aws.amazon.com/goto/WebAPI/transcribe-streaming-2017-10-26/Item AWS API Documentation
Constants
- SENSITIVE