Show / Hide Table of Contents

Class ObjectTrackingFrame

Video frame level annotation for object detection and tracking.

Inheritance
System.Object
ObjectTrackingFrame
Implements
IMessage<ObjectTrackingFrame>
System.IEquatable<ObjectTrackingFrame>
IDeepCloneable<ObjectTrackingFrame>
Google.Protobuf.IBufferMessage
IMessage
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.DataLabeling.V1Beta1
Assembly: Google.Cloud.DataLabeling.V1Beta1.dll
Syntax
public sealed class ObjectTrackingFrame : IMessage<ObjectTrackingFrame>, IEquatable<ObjectTrackingFrame>, IDeepCloneable<ObjectTrackingFrame>, IBufferMessage, IMessage

Constructors

ObjectTrackingFrame()

Declaration
public ObjectTrackingFrame()

ObjectTrackingFrame(ObjectTrackingFrame)

Declaration
public ObjectTrackingFrame(ObjectTrackingFrame other)
Parameters
Type Name Description
ObjectTrackingFrame other

Properties

BoundedAreaCase

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

BoundingPoly

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

NormalizedBoundingPoly

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

TimeOffset

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

Declaration
public Duration TimeOffset { get; set; }
Property Value
Type Description
Duration
Back to top