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.
Namespace: Amazon.TranscribeStreaming.Model
Assembly: AWSSDK.TranscribeStreaming.dll
Version: 3.x.y.z
public class StartMedicalStreamTranscriptionResponse : AmazonWebServiceResponse IDisposable, IEventInputStreamContextOwner
The StartMedicalStreamTranscriptionResponse type exposes the following members
| Name | Description | |
|---|---|---|
|
StartMedicalStreamTranscriptionResponse() |
| Name | Type | Description | |
|---|---|---|---|
|
ContentIdentificationType | Amazon.TranscribeStreaming.MedicalContentIdentificationType |
Gets and sets the property ContentIdentificationType. Shows whether content identification was enabled for your transcription. |
|
ContentLength | System.Int64 | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
|
EnableChannelIdentification | System.Nullable<System.Boolean> |
Gets and sets the property EnableChannelIdentification. Shows whether channel identification was enabled for your transcription. |
|
HttpStatusCode | System.Net.HttpStatusCode | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
|
LanguageCode | Amazon.TranscribeStreaming.LanguageCode |
Gets and sets the property LanguageCode.
Provides the language code that you specified in your request. This must be |
|
MediaEncoding | Amazon.TranscribeStreaming.MediaEncoding |
Gets and sets the property MediaEncoding. Provides the media encoding you specified in your request. |
|
MediaSampleRateHertz | System.Nullable<System.Int32> |
Gets and sets the property MediaSampleRateHertz. Provides the sample rate that you specified in your request. |
|
NumberOfChannels | System.Nullable<System.Int32> |
Gets and sets the property NumberOfChannels. Provides the number of channels that you specified in your request. |
|
RequestId | System.String |
Gets and sets the property RequestId. Provides the identifier for your streaming request. |
|
ResponseMetadata | Amazon.Runtime.ResponseMetadata | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
|
SessionId | System.String |
Gets and sets the property SessionId. Provides the identifier for your transcription session. |
|
ShowSpeakerLabel | System.Nullable<System.Boolean> |
Gets and sets the property ShowSpeakerLabel. Shows whether speaker partitioning was enabled for your transcription. |
|
Specialty | Amazon.TranscribeStreaming.Specialty |
Gets and sets the property Specialty. Provides the medical specialty that you specified in your request. |
|
TranscriptResultStream | Amazon.TranscribeStreaming.Model.MedicalTranscriptResultStream |
Gets and sets the property TranscriptResultStream. Provides detailed information about your streaming session. |
|
Type | Amazon.TranscribeStreaming.Type |
Gets and sets the property Type. Provides the type of audio you specified in your request. |
|
VocabularyName | System.String |
Gets and sets the property VocabularyName. Provides the name of the custom vocabulary that you specified in your request. |
| Name | Description | |
|---|---|---|
|
Dispose() |
Disposes of all managed and unmanaged resources. |
.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