Class GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingBox
Normalized bounding box. The normalized vertex coordinates are relative to the original image. Range: [0, 1].
Implements
Inherited Members
Namespace: Google.Apis.CloudVideoIntelligence.v1beta2.Data
Assembly: Google.Apis.CloudVideoIntelligence.v1beta2.dll
Syntax
public class GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingBox : IDirectResponseSchema
Properties
Bottom
Bottom Y coordinate.
Declaration
[JsonProperty("bottom")]
public virtual float? Bottom { get; set; }
Property Value
Type | Description |
---|---|
float? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Left
Left X coordinate.
Declaration
[JsonProperty("left")]
public virtual float? Left { get; set; }
Property Value
Type | Description |
---|---|
float? |
Right
Right X coordinate.
Declaration
[JsonProperty("right")]
public virtual float? Right { get; set; }
Property Value
Type | Description |
---|---|
float? |
Top
Top Y coordinate.
Declaration
[JsonProperty("top")]
public virtual float? Top { get; set; }
Property Value
Type | Description |
---|---|
float? |