Interface protos.google.cloud.speech.v2.IRecognitionFeatures (6.3.0)

Properties of a RecognitionFeatures.

Package

@google-cloud/speech

Properties

diarizationConfig

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

RecognitionFeatures diarizationConfig

enableAutomaticPunctuation

enableAutomaticPunctuation?: (boolean|null);

RecognitionFeatures enableAutomaticPunctuation

enableSpokenEmojis

enableSpokenEmojis?: (boolean|null);

RecognitionFeatures enableSpokenEmojis

enableSpokenPunctuation

enableSpokenPunctuation?: (boolean|null);

RecognitionFeatures enableSpokenPunctuation

enableWordConfidence

enableWordConfidence?: (boolean|null);

RecognitionFeatures enableWordConfidence

enableWordTimeOffsets

enableWordTimeOffsets?: (boolean|null);

RecognitionFeatures enableWordTimeOffsets

maxAlternatives

maxAlternatives?: (number|null);

RecognitionFeatures maxAlternatives

multiChannelMode

multiChannelMode?: (google.cloud.speech.v2.RecognitionFeatures.MultiChannelMode|keyof typeof google.cloud.speech.v2.RecognitionFeatures.MultiChannelMode|null);

RecognitionFeatures multiChannelMode

profanityFilter

profanityFilter?: (boolean|null);

RecognitionFeatures profanityFilter