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.

This is the response object from the StartMedicalScribeStream operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.TranscribeStreaming.Model.StartMedicalScribeStreamResponse

Namespace: Amazon.TranscribeStreaming.Model
Assembly: AWSSDK.TranscribeStreaming.dll
Version: 3.x.y.z

Syntax

C#
public class StartMedicalScribeStreamResponse : AmazonWebServiceResponse
         IDisposable, IEventInputStreamContextOwner

The StartMedicalScribeStreamResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property LanguageCode Amazon.TranscribeStreaming.MedicalScribeLanguageCode

Gets and sets the property LanguageCode.

The Language Code that you specified in your request. Same as provided in the StartMedicalScribeStreamRequest.

Public Property MediaEncoding Amazon.TranscribeStreaming.MedicalScribeMediaEncoding

Gets and sets the property MediaEncoding.

The Media Encoding you specified in your request. Same as provided in the StartMedicalScribeStreamRequest

Public Property MediaSampleRateHertz System.Nullable<System.Int32>

Gets and sets the property MediaSampleRateHertz.

The sample rate (in hertz) that you specified in your request. Same as provided in the StartMedicalScribeStreamRequest

Public Property RequestId System.String

Gets and sets the property RequestId.

The unique identifier for your streaming request.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property ResultStream Amazon.TranscribeStreaming.Model.MedicalScribeResultStream

Gets and sets the property ResultStream.

The result stream where you will receive the output events.

Public Property SessionId System.String

Gets and sets the property SessionId.

The identifier (in UUID format) for your streaming session.

If you already started streaming, this is same ID as the one you specified in your initial StartMedicalScribeStreamRequest.

Methods

Note:

Asynchronous operations (methods ending with Async) in the table below are for .NET 4.7.2 or higher.

NameDescription
Public Method Dispose()

Disposes of all managed and unmanaged resources.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer