Interface protos.google.cloud.videointelligence.v1.IWordInfo (3.3.6)

Properties of a WordInfo.

Package

@google-cloud/video-intelligence!

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)