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

Properties of an ObjectTrackingAnnotation.

Package

@google-cloud/video-intelligence!

Properties

confidence

confidence?: (number|null);

ObjectTrackingAnnotation confidence

Property Value
TypeDescription
(number|null)

entity

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

ObjectTrackingAnnotation entity

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

frames

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

ObjectTrackingAnnotation frames

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

segment

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

ObjectTrackingAnnotation segment

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