AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Provides details about the specified Amazon Web Services HealthScribe streaming session.
To view the status of the streaming session, check the StreamStatus
field in
the response. To get the details of post-stream analytics, including its status, check
the PostStreamAnalyticsResult
field in the response.
For .NET Core this operation is only available in asynchronous form. Please refer to GetMedicalScribeStreamAsync.
Namespace: Amazon.TranscribeStreaming
Assembly: AWSSDK.TranscribeStreaming.dll
Version: 3.x.y.z
public virtual GetMedicalScribeStreamResponse GetMedicalScribeStream( GetMedicalScribeStreamRequest request )
Container for the necessary parameters to execute the GetMedicalScribeStream service method.
Exception | Condition |
---|---|
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. |
InternalFailureException | A problem occurred while processing the audio. Amazon Transcribe terminated processing. |
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. |
ResourceNotFoundException | The request references a resource which doesn't exist. |
.NET Framework:
Supported in: 4.7.2 and newer