Package | Description |
---|---|
com.google.api.services.healthcare.v1beta1.model |
Modifier and Type | Method and Description |
---|---|
BoundingPoly |
BoundingPoly.clone() |
BoundingPoly |
BoundingPoly.set(String fieldName,
Object value) |
BoundingPoly |
BoundingPoly.setLabel(String label)
A description of this polygon.
|
BoundingPoly |
BoundingPoly.setVertices(List<Vertex> vertices)
List of the vertices of this polygon.
|
Modifier and Type | Method and Description |
---|---|
List<BoundingPoly> |
ImageAnnotation.getBoundingPolys()
The list of polygons outlining the sensitive regions in the image.
|
Modifier and Type | Method and Description |
---|---|
ImageAnnotation |
ImageAnnotation.setBoundingPolys(List<BoundingPoly> boundingPolys)
The list of polygons outlining the sensitive regions in the image.
|
Copyright © 2011–2024 Google. All rights reserved.