Interface protos.google.cloud.videointelligence.v1.IObjectTrackingAnnotation (3.0.0)

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.v1.IEntity|null);

ObjectTrackingAnnotation entity

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

frames

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

ObjectTrackingAnnotation frames

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

segment

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

ObjectTrackingAnnotation segment

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

trackId

trackId?: (number|Long|string|null);

ObjectTrackingAnnotation trackId

Property Value
TypeDescription
(number|Long|string|null)

version

version?: (string|null);

ObjectTrackingAnnotation version

Property Value
TypeDescription
(string|null)