Interface protos.google.cloud.speech.v1p1beta1.IWordInfo (4.6.1)

Properties of a WordInfo.

Package

@google-cloud/speech!

Properties

confidence

confidence?: (number|null);

WordInfo confidence

Property Value
TypeDescription
(number|null)

endTime

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

WordInfo endTime

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

speakerTag

speakerTag?: (number|null);

WordInfo speakerTag

Property Value
TypeDescription
(number|null)

startTime

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

WordInfo startTime

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

word

word?: (string|null);

WordInfo word

Property Value
TypeDescription
(string|null)