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

Properties of a WordInfo.

Package

@google-cloud/speech

Properties

confidence

confidence?: (number|null);

WordInfo confidence

endOffset

endOffset?: (google.protobuf.IDuration|null);

WordInfo endOffset

speakerLabel

speakerLabel?: (string|null);

WordInfo speakerLabel

startOffset

startOffset?: (google.protobuf.IDuration|null);

WordInfo startOffset

word

word?: (string|null);

WordInfo word