Interface protos.google.cloud.videointelligence.v1beta2.ILabelAnnotation (3.1.0)

Properties of a LabelAnnotation.

Package

@google-cloud/video-intelligence!

Properties

categoryEntities

categoryEntities?: (google.cloud.videointelligence.v1beta2.IEntity[]|null);

LabelAnnotation categoryEntities

Property Value
TypeDescription
(google.cloud.videointelligence.v1beta2.IEntity[]|null)

entity

entity?: (google.cloud.videointelligence.v1beta2.IEntity|null);

LabelAnnotation entity

Property Value
TypeDescription
(google.cloud.videointelligence.v1beta2.IEntity|null)

frames

frames?: (google.cloud.videointelligence.v1beta2.ILabelFrame[]|null);

LabelAnnotation frames

Property Value
TypeDescription
(google.cloud.videointelligence.v1beta2.ILabelFrame[]|null)

segments

segments?: (google.cloud.videointelligence.v1beta2.ILabelSegment[]|null);

LabelAnnotation segments

Property Value
TypeDescription
(google.cloud.videointelligence.v1beta2.ILabelSegment[]|null)