

# MedicalScribeResultStream


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

## Contents


 ** BadRequestException **   <a name="transcribe-Type-streaming_MedicalScribeResultStream-BadRequestException"></a>
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 name="transcribe-Type-streaming_MedicalScribeResultStream-ConflictException"></a>
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 name="transcribe-Type-streaming_MedicalScribeResultStream-InternalFailureException"></a>
A problem occurred while processing the audio. Amazon Transcribe terminated processing.  
Type: Exception  
HTTP Status Code: 500  
Required: No

 ** LimitExceededException **   <a name="transcribe-Type-streaming_MedicalScribeResultStream-LimitExceededException"></a>
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: 429  
Required: No

 ** ServiceUnavailableException **   <a name="transcribe-Type-streaming_MedicalScribeResultStream-ServiceUnavailableException"></a>
The service is currently unavailable. Try your request later.  
Type: Exception  
HTTP Status Code: 503  
Required: No

 ** TranscriptEvent **   <a name="transcribe-Type-streaming_MedicalScribeResultStream-TranscriptEvent"></a>
The transcript event that contains real-time transcription results.   
Type: [MedicalScribeTranscriptEvent](API_streaming_MedicalScribeTranscriptEvent.md) object  
Required: No

## See Also


For more information about using this API in one of the language-specific Amazon SDKs, see the following:
+  [Amazon SDK for C\$1\$1](https://docs.amazonaws.cn/goto/SdkForCpp/transcribe-streaming-2017-10-26/MedicalScribeResultStream) 
+  [Amazon SDK for Java V2](https://docs.amazonaws.cn/goto/SdkForJavaV2/transcribe-streaming-2017-10-26/MedicalScribeResultStream) 
+  [Amazon SDK for Ruby V3](https://docs.amazonaws.cn/goto/SdkForRubyV3/transcribe-streaming-2017-10-26/MedicalScribeResultStream) 