Class ImageAnnotation
Image annotation.
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class ImageAnnotation : IDirectResponseSchema
Properties
BoundingPolys
The list of polygons outlining the sensitive regions in the image.
Declaration
[JsonProperty("boundingPolys")]
public virtual IList<BoundingPoly> BoundingPolys { get; set; }
Property Value
Type | Description |
---|---|
IList<BoundingPoly> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FrameIndex
0-based index of the image frame. For example, an image frame in a DICOM instance.
Declaration
[JsonProperty("frameIndex")]
public virtual int? FrameIndex { get; set; }
Property Value
Type | Description |
---|---|
int? |