Show / Hide Table of Contents

Class GoogleCloudVideointelligenceV1NormalizedBoundingBox

Normalized bounding box. The normalized vertex coordinates are relative to the original image. Range: [0, 1].

Inheritance
object
GoogleCloudVideointelligenceV1NormalizedBoundingBox
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudVideoIntelligence.v1beta2.Data
Assembly: Google.Apis.CloudVideoIntelligence.v1beta2.dll
Syntax
public class GoogleCloudVideointelligenceV1NormalizedBoundingBox : 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?

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX