TranscriptResultStream
Contains detailed information about your streaming session.
Contents
- BadRequestException
-
A client error occurred when the stream was created. Check the parameters of the request and try your request again.
Type: Exception
HTTP Status Code: 400Required: No
- ConflictException
-
A new stream started with the same session ID. The current stream has been terminated.
Type: Exception
HTTP Status Code: 409Required: No
- InternalFailureException
-
A problem occurred while processing the audio. Amazon Transcribe terminated processing.
Type: Exception
HTTP Status Code: 500Required: No
- LimitExceededException
-
Your client has exceeded one of the Amazon Transcribe limits. This is typically the audio length limit. Break your audio stream into smaller chunks and try your request again.
Type: Exception
HTTP Status Code: 429Required: No
-
The service is currently unavailable. Try your request later.
Type: Exception
HTTP Status Code: 503Required: No
- TranscriptEvent
-
Contains
Transcript
, which containsResults
. TheResult
object contains a set of transcription results from one or more audio segments, along with additional information per your request parameters.Type: TranscriptEvent object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: