- Navigation Guide
@aws-sdk/client-transcribe-streaming
StartStreamTranscriptionCommandOutput Interface
Members
Name | Type | Details |
---|---|---|
$metadata | ResponseMetadata | Metadata pertaining to this request. |
ContentIdentificationType | ContentIdentificationType | undefined | Shows whether content identification was enabled for your transcription. |
ContentRedactionType | ContentRedactionType | undefined | Shows whether content redaction was enabled for your transcription. |
EnableChannelIdentification | boolean | undefined | Shows whether channel identification was enabled for your transcription. |
EnablePartialResultsStabilization | boolean | undefined | Shows whether partial results stabilization was enabled for your transcription. |
IdentifyLanguage | boolean | undefined | Shows whether automatic language identification was enabled for your transcription. |
IdentifyMultipleLanguages | boolean | undefined | Shows whether automatic multi-language identification was enabled for your transcription. |
LanguageCode | LanguageCode | undefined | Provides the language code that you specified in your request. |
LanguageModelName | string | undefined | Provides the name of the custom language model that you specified in your request. |
LanguageOptions | string | undefined | Provides the language codes that you specified in your request. |
MediaEncoding | MediaEncoding | undefined | Provides the media encoding you specified in your request. |
MediaSampleRateHertz | number | undefined | Provides the sample rate that you specified in your request. |
NumberOfChannels | number | undefined | Provides the number of channels that you specified in your request. |
PartialResultsStability | PartialResultsStability | undefined | Provides the stabilization level used for your transcription. |
PiiEntityTypes | string | undefined | Lists the PII entity types you specified in your request. |
PreferredLanguage | LanguageCode | undefined | Provides the preferred language that you specified in your request. |
RequestId | string | undefined | Provides the identifier for your streaming request. |
SessionId | string | undefined | Provides the identifier for your transcription session. |
ShowSpeakerLabel | boolean | undefined | Shows whether speaker partitioning was enabled for your transcription. |
TranscriptResultStream | AsyncIterable<TranscriptResultStream> | undefined | Provides detailed information about your streaming session. |
VocabularyFilterMethod | VocabularyFilterMethod | undefined | Provides the vocabulary filtering method used in your transcription. |
VocabularyFilterName | string | undefined | Provides the name of the custom vocabulary filter that you specified in your request. |
VocabularyFilterNames | string | undefined | Provides the names of the custom vocabulary filters that you specified in your request. |
VocabularyName | string | undefined | Provides the name of the custom vocabulary that you specified in your request. |
VocabularyNames | string | undefined | Provides the names of the custom vocabularies that you specified in your request. |
Full Signature
export interface StartStreamTranscriptionCommandOutput extends StartStreamTranscriptionResponse, MetadataBearer