Class ObjectTrackingFrame (1.0.0-beta03)

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

Video frame level annotation for object detection and tracking.

Inheritance

Object > ObjectTrackingFrame

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

ObjectTrackingFrame()

public ObjectTrackingFrame()

ObjectTrackingFrame(ObjectTrackingFrame)

public ObjectTrackingFrame(ObjectTrackingFrame other)
Parameter
NameDescription
otherObjectTrackingFrame

Properties

BoundedAreaCase

public ObjectTrackingFrame.BoundedAreaOneofCase BoundedAreaCase { get; }
Property Value
TypeDescription
ObjectTrackingFrame.BoundedAreaOneofCase

BoundingPoly

public BoundingPoly BoundingPoly { get; set; }
Property Value
TypeDescription
BoundingPoly

NormalizedBoundingPoly

public NormalizedBoundingPoly NormalizedBoundingPoly { get; set; }
Property Value
TypeDescription
NormalizedBoundingPoly

TimeOffset

public Duration TimeOffset { get; set; }

The time offset of this frame relative to the beginning of the video.

Property Value
TypeDescription
Duration