Show / Hide Table of Contents

Class CloudAiLargeModelsVisionRaiInfoDetectedLabelsBoundingBox

An integer bounding box of original pixels of the image for the detected labels.

Inheritance
object
CloudAiLargeModelsVisionRaiInfoDetectedLabelsBoundingBox
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.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class CloudAiLargeModelsVisionRaiInfoDetectedLabelsBoundingBox : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

X1

The X coordinate of the top-left corner, in pixels.

Declaration
[JsonProperty("x1")]
public virtual int? X1 { get; set; }
Property Value
Type Description
int?

X2

The X coordinate of the bottom-right corner, in pixels.

Declaration
[JsonProperty("x2")]
public virtual int? X2 { get; set; }
Property Value
Type Description
int?

Y1

The Y coordinate of the top-left corner, in pixels.

Declaration
[JsonProperty("y1")]
public virtual int? Y1 { get; set; }
Property Value
Type Description
int?

Y2

The Y coordinate of the bottom-right corner, in pixels.

Declaration
[JsonProperty("y2")]
public virtual int? Y2 { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX