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
, orTranscript
.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
istrue
, the segment is not complete. IfIsPartial
isfalse
, 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 | th-TH | es-ES | ar-SA | pt-PT | ca-ES | ar-AE | hi-IN | zh-HK | nl-NL | no-NO | sv-SE | pl-PL | fi-FI | zh-TW | en-IN | en-IE | en-NZ | en-AB | en-ZA | en-WL | de-CH | af-ZA | eu-ES | hr-HR | cs-CZ | da-DK | fa-IR | gl-ES | el-GR | he-IL | id-ID | lv-LV | ms-MY | ro-RO | ru-RU | sr-RS | sk-SK | so-SO | tl-PH | uk-UA | vi-VN | zu-ZA
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: