Class GoogleCloudAiplatformV1SchemaPredictPredictionVideoObjectTrackingPredictionResultFrame
The fields xMin
, xMax
, yMin
, and yMax
refer to a bounding box, i.e. the rectangle over the video frame
pinpointing the found AnnotationSpec. The coordinates are relative to the frame size, and the point 0,0 is in
the top left of the frame.
Inheritance
GoogleCloudAiplatformV1SchemaPredictPredictionVideoObjectTrackingPredictionResultFrame
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1SchemaPredictPredictionVideoObjectTrackingPredictionResultFrame : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TimeOffset
A time (frame) of a video in which the object has been detected. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end.
Declaration
[JsonProperty("timeOffset")]
public virtual object TimeOffset { get; set; }
Property Value
Type | Description |
---|---|
object |
XMax
The rightmost coordinate of the bounding box.
Declaration
[JsonProperty("xMax")]
public virtual float? XMax { get; set; }
Property Value
Type | Description |
---|---|
float? |
XMin
The leftmost coordinate of the bounding box.
Declaration
[JsonProperty("xMin")]
public virtual float? XMin { get; set; }
Property Value
Type | Description |
---|---|
float? |
YMax
The bottommost coordinate of the bounding box.
Declaration
[JsonProperty("yMax")]
public virtual float? YMax { get; set; }
Property Value
Type | Description |
---|---|
float? |
YMin
The topmost coordinate of the bounding box.
Declaration
[JsonProperty("yMin")]
public virtual float? YMin { get; set; }
Property Value
Type | Description |
---|---|
float? |