Data Labeling v1beta1 API - Class ObjectTrackingFrame (2.0.0-beta03)

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

Reference documentation and code samples for the Data Labeling v1beta1 API class ObjectTrackingFrame.

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
Name Description
other ObjectTrackingFrame

Properties

BoundedAreaCase

public ObjectTrackingFrame.BoundedAreaOneofCase BoundedAreaCase { get; }
Property Value
Type Description
ObjectTrackingFrameBoundedAreaOneofCase

BoundingPoly

public BoundingPoly BoundingPoly { get; set; }
Property Value
Type Description
BoundingPoly

NormalizedBoundingPoly

public NormalizedBoundingPoly NormalizedBoundingPoly { get; set; }
Property Value
Type Description
NormalizedBoundingPoly

TimeOffset

public Duration TimeOffset { get; set; }

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

Property Value
Type Description
Duration