Show / Hide Table of Contents

Class ImageAnnotation

Image annotation.

Inheritance
object
ImageAnnotation
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX