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

Properties of a SpeechRecognitionAlternative.

Package

@google-cloud/speech

Properties

confidence

confidence?: (number|null);

SpeechRecognitionAlternative confidence

transcript

transcript?: (string|null);

SpeechRecognitionAlternative transcript

words

words?: (google.cloud.speech.v2.IWordInfo[]|null);

SpeechRecognitionAlternative words