Interface protos.google.cloud.speech.v1.IWordInfo (4.5.6)

Properties of a WordInfo.

Package

@google-cloud/speech!

Properties

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)