Interface protos.google.cloud.videointelligence.v1.ISpeechTranscriptionConfig (3.1.0)

Properties of a SpeechTranscriptionConfig.

Package

@google-cloud/video-intelligence!

Properties

audioTracks

audioTracks?: (number[]|null);

SpeechTranscriptionConfig audioTracks

Property Value
TypeDescription
(number[]|null)

diarizationSpeakerCount

diarizationSpeakerCount?: (number|null);

SpeechTranscriptionConfig diarizationSpeakerCount

Property Value
TypeDescription
(number|null)

enableAutomaticPunctuation

enableAutomaticPunctuation?: (boolean|null);

SpeechTranscriptionConfig enableAutomaticPunctuation

Property Value
TypeDescription
(boolean|null)

enableSpeakerDiarization

enableSpeakerDiarization?: (boolean|null);

SpeechTranscriptionConfig enableSpeakerDiarization

Property Value
TypeDescription
(boolean|null)

enableWordConfidence

enableWordConfidence?: (boolean|null);

SpeechTranscriptionConfig enableWordConfidence

Property Value
TypeDescription
(boolean|null)

filterProfanity

filterProfanity?: (boolean|null);

SpeechTranscriptionConfig filterProfanity

Property Value
TypeDescription
(boolean|null)

languageCode

languageCode?: (string|null);

SpeechTranscriptionConfig languageCode

Property Value
TypeDescription
(string|null)

maxAlternatives

maxAlternatives?: (number|null);

SpeechTranscriptionConfig maxAlternatives

Property Value
TypeDescription
(number|null)

speechContexts

speechContexts?: (google.cloud.videointelligence.v1.ISpeechContext[]|null);

SpeechTranscriptionConfig speechContexts

Property Value
TypeDescription
(google.cloud.videointelligence.v1.ISpeechContext[]|null)