AWS SDK Version 4 for .NET
API Reference

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.

Note:

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

Syntax

C#
public abstract GetMedicalScribeStreamResponse GetMedicalScribeStream(
         GetMedicalScribeStreamRequest request
)

Parameters

request
Type: Amazon.TranscribeStreaming.Model.GetMedicalScribeStreamRequest

Container for the necessary parameters to execute the GetMedicalScribeStream service method.

Return Value


The response from the GetMedicalScribeStream service method, as returned by TranscribeStreaming.

Exceptions

ExceptionCondition
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.

Version Information

.NET Framework:
Supported in: 4.7.2 and newer

See Also