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 StartMedicalStreamTranscription operation.

Inheritance Hierarchy

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

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

Syntax

C#
public class StartMedicalStreamTranscriptionResponse : AmazonWebServiceResponse
         IDisposable, IEventInputStreamContextOwner

The StartMedicalStreamTranscriptionResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ContentIdentificationType Amazon.TranscribeStreaming.MedicalContentIdentificationType

Gets and sets the property ContentIdentificationType.

Shows whether content identification was enabled for your transcription.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property EnableChannelIdentification System.Nullable<System.Boolean>

Gets and sets the property EnableChannelIdentification.

Shows whether channel identification was enabled for your transcription.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property LanguageCode Amazon.TranscribeStreaming.LanguageCode

Gets and sets the property LanguageCode.

Provides the language code that you specified in your request. This must be en-US.

Public Property MediaEncoding Amazon.TranscribeStreaming.MediaEncoding

Gets and sets the property MediaEncoding.

Provides the media encoding you specified in your request.

Public Property MediaSampleRateHertz System.Nullable<System.Int32>

Gets and sets the property MediaSampleRateHertz.

Provides the sample rate that you specified in your request.

Public Property NumberOfChannels System.Nullable<System.Int32>

Gets and sets the property NumberOfChannels.

Provides the number of channels that you specified in your request.

Public Property RequestId System.String

Gets and sets the property RequestId.

Provides the identifier for your streaming request.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property SessionId System.String

Gets and sets the property SessionId.

Provides the identifier for your transcription session.

Public Property ShowSpeakerLabel System.Nullable<System.Boolean>

Gets and sets the property ShowSpeakerLabel.

Shows whether speaker partitioning was enabled for your transcription.

Public Property Specialty Amazon.TranscribeStreaming.Specialty

Gets and sets the property Specialty.

Provides the medical specialty that you specified in your request.

Public Property TranscriptResultStream Amazon.TranscribeStreaming.Model.MedicalTranscriptResultStream

Gets and sets the property TranscriptResultStream.

Provides detailed information about your streaming session.

Public Property Type Amazon.TranscribeStreaming.Type

Gets and sets the property Type.

Provides the type of audio you specified in your request.

Public Property VocabularyName System.String

Gets and sets the property VocabularyName.

Provides the name of the custom vocabulary that you specified in your request.

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