Result - Amazon Transcribe

Result

The Result associated with a Transcript .

Contains a set of transcription results from one or more audio segments, along with additional information per your request parameters. This can include information relating to alternative transcriptions, channel identification, partial result stabilization, language identification, and other transcription-related data.

Contents

Alternatives

A list of possible alternative transcriptions for the input audio. Each alternative may contain one or more of Items, Entities, or Transcript.

Type: Array of Alternative objects

Required: No

ChannelId

Indicates which audio channel is associated with the Result.

Type: String

Required: No

EndTime

The end time, in milliseconds, of the Result.

Type: Double

Required: No

IsPartial

Indicates if the segment is complete.

If IsPartial is true, the segment is not complete. If IsPartial is false, the segment is complete.

Type: Boolean

Required: No

LanguageCode

The language code that represents the language spoken in your audio stream.

Type: String

Valid Values: en-US | en-GB | es-US | fr-CA | fr-FR | en-AU | it-IT | de-DE | pt-BR | ja-JP | ko-KR | zh-CN | hi-IN | th-TH

Required: No

LanguageIdentification

The language code of the dominant language identified in your stream.

If you enabled channel identification and each channel of your audio contains a different language, you may have more than one result.

Type: Array of LanguageWithScore objects

Required: No

ResultId

Provides a unique identifier for the Result.

Type: String

Required: No

StartTime

The start time, in milliseconds, of the Result.

Type: Double

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: