Class ObjectTrackingFrame (2.3.0)

public sealed class ObjectTrackingFrame : IMessage<ObjectTrackingFrame>, IEquatable<ObjectTrackingFrame>, IDeepCloneable<ObjectTrackingFrame>, IBufferMessage, IMessage

Video frame level annotations for object detection and tracking. This field stores per frame location, time offset, and confidence.

Inheritance

Object > ObjectTrackingFrame

Namespace

Google.Cloud.VideoIntelligence.V1

Assembly

Google.Cloud.VideoIntelligence.V1.dll

Constructors

ObjectTrackingFrame()

public ObjectTrackingFrame()

ObjectTrackingFrame(ObjectTrackingFrame)

public ObjectTrackingFrame(ObjectTrackingFrame other)
Parameter
NameDescription
otherObjectTrackingFrame

Properties

NormalizedBoundingBox

public NormalizedBoundingBox NormalizedBoundingBox { get; set; }

The normalized bounding box location of this object track for the frame.

Property Value
TypeDescription
NormalizedBoundingBox

TimeOffset

public Duration TimeOffset { get; set; }

The timestamp of the frame in microseconds.

Property Value
TypeDescription
Duration