Interface protos.google.cloud.dialogflow.v2beta1.ISpeechWordInfo (4.4.0)

Properties of a SpeechWordInfo.

Package

@google-cloud/dialogflow!

Properties

confidence

confidence?: (number|null);

SpeechWordInfo confidence

Property Value
TypeDescription
(number|null)

endOffset

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

SpeechWordInfo endOffset

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

startOffset

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

SpeechWordInfo startOffset

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

word

word?: (string|null);

SpeechWordInfo word

Property Value
TypeDescription
(string|null)