Class BoundingPoly
A bounding polygon for the detected image annotation.
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class BoundingPoly : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Label
A description of this polygon.
Declaration
[JsonProperty("label")]
public virtual string Label { get; set; }
Property Value
Type | Description |
---|---|
string |
Vertices
List of the vertices of this polygon.
Declaration
[JsonProperty("vertices")]
public virtual IList<Vertex> Vertices { get; set; }
Property Value
Type | Description |
---|---|
IList<Vertex> |