Interface protos.google.cloud.speech.v1p1beta1.IRecognitionConfig (4.5.6)

Properties of a RecognitionConfig.

Package

@google-cloud/speech!

Properties

adaptation

adaptation?: (google.cloud.speech.v1p1beta1.ISpeechAdaptation|null);

RecognitionConfig adaptation

Property Value
TypeDescription
(google.cloud.speech.v1p1beta1.ISpeechAdaptation|null)

alternativeLanguageCodes

alternativeLanguageCodes?: (string[]|null);

RecognitionConfig alternativeLanguageCodes

Property Value
TypeDescription
(string[]|null)

audioChannelCount

audioChannelCount?: (number|null);

RecognitionConfig audioChannelCount

Property Value
TypeDescription
(number|null)

diarizationConfig

diarizationConfig?: (google.cloud.speech.v1p1beta1.ISpeakerDiarizationConfig|null);

RecognitionConfig diarizationConfig

Property Value
TypeDescription
(google.cloud.speech.v1p1beta1.ISpeakerDiarizationConfig|null)

diarizationSpeakerCount

diarizationSpeakerCount?: (number|null);

RecognitionConfig diarizationSpeakerCount

Property Value
TypeDescription
(number|null)

enableAutomaticPunctuation

enableAutomaticPunctuation?: (boolean|null);

RecognitionConfig enableAutomaticPunctuation

Property Value
TypeDescription
(boolean|null)

enableSeparateRecognitionPerChannel

enableSeparateRecognitionPerChannel?: (boolean|null);

RecognitionConfig enableSeparateRecognitionPerChannel

Property Value
TypeDescription
(boolean|null)

enableSpeakerDiarization

enableSpeakerDiarization?: (boolean|null);

RecognitionConfig enableSpeakerDiarization

Property Value
TypeDescription
(boolean|null)

enableSpokenEmojis

enableSpokenEmojis?: (google.protobuf.IBoolValue|null);

RecognitionConfig enableSpokenEmojis

Property Value
TypeDescription
(google.protobuf.IBoolValue|null)

enableSpokenPunctuation

enableSpokenPunctuation?: (google.protobuf.IBoolValue|null);

RecognitionConfig enableSpokenPunctuation

Property Value
TypeDescription
(google.protobuf.IBoolValue|null)

enableWordConfidence

enableWordConfidence?: (boolean|null);

RecognitionConfig enableWordConfidence

Property Value
TypeDescription
(boolean|null)

enableWordTimeOffsets

enableWordTimeOffsets?: (boolean|null);

RecognitionConfig enableWordTimeOffsets

Property Value
TypeDescription
(boolean|null)

encoding

encoding?: (google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding|keyof typeof google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding|null);

RecognitionConfig encoding

Property Value
TypeDescription
(google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding|keyof typeof google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding|null)

languageCode

languageCode?: (string|null);

RecognitionConfig languageCode

Property Value
TypeDescription
(string|null)

maxAlternatives

maxAlternatives?: (number|null);

RecognitionConfig maxAlternatives

Property Value
TypeDescription
(number|null)

metadata

metadata?: (google.cloud.speech.v1p1beta1.IRecognitionMetadata|null);

RecognitionConfig metadata

Property Value
TypeDescription
(google.cloud.speech.v1p1beta1.IRecognitionMetadata|null)

model

model?: (string|null);

RecognitionConfig model

Property Value
TypeDescription
(string|null)

profanityFilter

profanityFilter?: (boolean|null);

RecognitionConfig profanityFilter

Property Value
TypeDescription
(boolean|null)

sampleRateHertz

sampleRateHertz?: (number|null);

RecognitionConfig sampleRateHertz

Property Value
TypeDescription
(number|null)

speechContexts

speechContexts?: (google.cloud.speech.v1p1beta1.ISpeechContext[]|null);

RecognitionConfig speechContexts

Property Value
TypeDescription
(google.cloud.speech.v1p1beta1.ISpeechContext[]|null)

useEnhanced

useEnhanced?: (boolean|null);

RecognitionConfig useEnhanced

Property Value
TypeDescription
(boolean|null)