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

Properties of a TextAnnotation.

Package

@google-cloud/video-intelligence!

Properties

segments

segments?: (google.cloud.videointelligence.v1.ITextSegment[]|null);

TextAnnotation segments

Property Value
TypeDescription
(google.cloud.videointelligence.v1.ITextSegment[]|null)

text

text?: (string|null);

TextAnnotation text

Property Value
TypeDescription
(string|null)

version

version?: (string|null);

TextAnnotation version

Property Value
TypeDescription
(string|null)