public sealed class ObjectTrackingFrame : IMessage<ObjectTrackingFrame>, IEquatable<ObjectTrackingFrame>, IDeepCloneable<ObjectTrackingFrame>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Video Intelligence v1 API class ObjectTrackingFrame.
Video frame level annotations for object detection and tracking. This field stores per frame location, time offset, and confidence.
Implements
IMessage<ObjectTrackingFrame>, IEquatable<ObjectTrackingFrame>, IDeepCloneable<ObjectTrackingFrame>, IBufferMessage, IMessageNamespace
Google.Cloud.VideoIntelligence.V1Assembly
Google.Cloud.VideoIntelligence.V1.dll
Constructors
ObjectTrackingFrame()
public ObjectTrackingFrame()
ObjectTrackingFrame(ObjectTrackingFrame)
public ObjectTrackingFrame(ObjectTrackingFrame other)
Parameter | |
---|---|
Name | Description |
other | ObjectTrackingFrame |
Properties
NormalizedBoundingBox
public NormalizedBoundingBox NormalizedBoundingBox { get; set; }
The normalized bounding box location of this object track for the frame.
Property Value | |
---|---|
Type | Description |
NormalizedBoundingBox |
TimeOffset
public Duration TimeOffset { get; set; }
The timestamp of the frame in microseconds.
Property Value | |
---|---|
Type | Description |
Duration |