Class CloudAiLargeModelsVisionRaiInfoDetectedLabelsBoundingBox
An integer bounding box of original pixels of the image for the detected labels.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.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? |