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

Inheritance Hierarchy

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

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

Syntax

C#
public class StartStreamTranscriptionResponse : AmazonWebServiceResponse
         IDisposable, IEventInputStreamContextOwner

The StartStreamTranscriptionResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ContentIdentificationType Amazon.TranscribeStreaming.ContentIdentificationType

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 ContentRedactionType Amazon.TranscribeStreaming.ContentRedactionType

Gets and sets the property ContentRedactionType.

Shows whether content redaction was enabled for your transcription.

Public Property EnableChannelIdentification System.Nullable<System.Boolean>

Gets and sets the property EnableChannelIdentification.

Shows whether channel identification was enabled for your transcription.

Public Property EnablePartialResultsStabilization System.Nullable<System.Boolean>

Gets and sets the property EnablePartialResultsStabilization.

Shows whether partial results stabilization was enabled for your transcription.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property IdentifyLanguage System.Nullable<System.Boolean>

Gets and sets the property IdentifyLanguage.

Shows whether automatic language identification was enabled for your transcription.

Public Property IdentifyMultipleLanguages System.Nullable<System.Boolean>

Gets and sets the property IdentifyMultipleLanguages.

Shows whether automatic multi-language identification was enabled for your transcription.

Public Property LanguageCode Amazon.TranscribeStreaming.LanguageCode

Gets and sets the property LanguageCode.

Provides the language code that you specified in your request.

Public Property LanguageModelName System.String

Gets and sets the property LanguageModelName.

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

Public Property LanguageOptions System.String

Gets and sets the property LanguageOptions.

Provides the language codes that you specified in your request.

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 PartialResultsStability Amazon.TranscribeStreaming.PartialResultsStability

Gets and sets the property PartialResultsStability.

Provides the stabilization level used for your transcription.

Public Property PiiEntityTypes System.String

Gets and sets the property PiiEntityTypes.

Lists the PII entity types you specified in your request.

Public Property PreferredLanguage Amazon.TranscribeStreaming.LanguageCode

Gets and sets the property PreferredLanguage.

Provides the preferred language 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 TranscriptResultStream Amazon.TranscribeStreaming.Model.TranscriptResultStream

Gets and sets the property TranscriptResultStream.

Provides detailed information about your streaming session.

Public Property VocabularyFilterMethod Amazon.TranscribeStreaming.VocabularyFilterMethod

Gets and sets the property VocabularyFilterMethod.

Provides the vocabulary filtering method used in your transcription.

Public Property VocabularyFilterName System.String

Gets and sets the property VocabularyFilterName.

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

Public Property VocabularyFilterNames System.String

Gets and sets the property VocabularyFilterNames.

Provides the names of the custom vocabulary filters that 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.

Public Property VocabularyNames System.String

Gets and sets the property VocabularyNames.

Provides the names of the custom vocabularies 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