Interface protos.google.cloud.videointelligence.v1p3beta1.ITrack (3.3.6)

Properties of a Track.

Package

@google-cloud/video-intelligence!

Properties

attributes

attributes?: (google.cloud.videointelligence.v1p3beta1.IDetectedAttribute[]|null);

Track attributes

Property Value
TypeDescription
(google.cloud.videointelligence.v1p3beta1.IDetectedAttribute[]|null)

confidence

confidence?: (number|null);

Track confidence

Property Value
TypeDescription
(number|null)

segment

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

Track segment

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

timestampedObjects

timestampedObjects?: (google.cloud.videointelligence.v1p3beta1.ITimestampedObject[]|null);

Track timestampedObjects

Property Value
TypeDescription
(google.cloud.videointelligence.v1p3beta1.ITimestampedObject[]|null)