Class GoogleCloudVisionV1p2beta1Vertex
A vertex represents a 2D point in the image. NOTE: the vertex coordinates are in the same scale as the original image.
Implements
Inherited Members
Namespace: Google.Apis.Vision.v1p1beta1.Data
Assembly: Google.Apis.Vision.v1p1beta1.dll
Syntax
public class GoogleCloudVisionV1p2beta1Vertex : 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 int? X { get; set; }
Property Value
Type | Description |
---|---|
int? |
Y
Y coordinate.
Declaration
[JsonProperty("y")]
public virtual int? Y { get; set; }
Property Value
Type | Description |
---|---|
int? |