Interface protos.google.cloud.videointelligence.v1p2beta1.ITextSegment (3.3.6)

Properties of a TextSegment.

Package

@google-cloud/video-intelligence!

Properties

confidence

confidence?: (number|null);

TextSegment confidence

Property Value
TypeDescription
(number|null)

frames

frames?: (google.cloud.videointelligence.v1p2beta1.ITextFrame[]|null);

TextSegment frames

Property Value
TypeDescription
(google.cloud.videointelligence.v1p2beta1.ITextFrame[]|null)

segment

segment?: (google.cloud.videointelligence.v1p2beta1.IVideoSegment|null);

TextSegment segment

Property Value
TypeDescription
(google.cloud.videointelligence.v1p2beta1.IVideoSegment|null)