Class | Description |
---|---|
Alternative |
A list of possible transcriptions for the audio.
|
AudioEvent |
Provides a wrapper for the audio chunks that you are sending.
|
Item |
A word or phrase transcribed from the input audio.
|
Result |
The result of transcribing a portion of the input audio stream.
|
StartStreamTranscriptionRequest | |
StartStreamTranscriptionResponse | |
TranscribeStreamingRequest | |
TranscribeStreamingResponse | |
TranscribeStreamingResponseMetadata | |
Transcript |
The transcription in a TranscriptEvent.
|
TranscriptEvent |
Represents a set of transcription results from the server to the client.
|
Enum | Description |
---|---|
ItemType | |
LanguageCode | |
MediaEncoding |
Exception | Description |
---|---|
BadRequestException |
One or more arguments to the
StartStreamTranscription operation was invalid. |
ConflictException |
A new stream started with the same session ID.
|
InternalFailureException |
A problem occurred while processing the audio.
|
LimitExceededException |
You have exceeded the maximum number of concurrent transcription streams, are starting transcription streams too
quickly, or the maximum audio length of 4 hours.
|
TranscribeStreamingException |
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.