View a markdown version of this page

MedicalScribeResultStream - Amazon Transcribe

MedicalScribeResultStream

Result stream where you will receive the output events. The details are provided in the MedicalScribeTranscriptEvent object.

Contents

BadRequestException

One or more arguments to the StartStreamTranscription, StartMedicalStreamTranscription, or StartCallAnalyticsStreamTranscription operation was not valid. For example, MediaEncoding or LanguageCode used unsupported values. Check the specified parameters and try your request again.

Type: Exception

HTTP Status Code: 400

Required: No

ConflictException

A new stream started with the same session ID. The current stream has been terminated.

Type: Exception

HTTP Status Code: 409

Required: No

InternalFailureException

A problem occurred while processing the audio. Amazon Transcribe terminated processing.

Type: Exception

HTTP Status Code: 500

Required: No

LimitExceededException

Your client has exceeded one of the Amazon Transcribe limits, typically the concurrent stream service quota. This error can also occur if a stream exceeds the maximum session duration. In rare cases, this error can also occur if you increase your number of concurrent streams too quickly. Reduce your number of concurrent streams and try your request again using an exponential backoff strategy.

Type: Exception

HTTP Status Code: 429

Required: No

ServiceUnavailableException

The service is currently unavailable. Try your request later.

Type: Exception

HTTP Status Code: 503

Required: No

TranscriptEvent

The transcript event that contains real-time transcription results.

Type: MedicalScribeTranscriptEvent object

Required: No

See Also

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