Class GoogleCloudAiplatformV1beta1SchemaVertex
A vertex represents a 2D point in the image. NOTE: the normalized vertex coordinates are relative to the original image and range from 0 to 1.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1SchemaVertex : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
X
X coordinate.
Declaration
[JsonProperty("x")]
public virtual double? X { get; set; }
Property Value
Type | Description |
---|---|
double? |
Y
Y coordinate.
Declaration
[JsonProperty("y")]
public virtual double? Y { get; set; }
Property Value
Type | Description |
---|---|
double? |