| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
Point |
Point.clone() |
Point |
Point.withX(Float x)
The value of the X coordinate for a point on a polygon
|
Point |
Point.withY(Float y)
The value of the Y coordinate for a point on a polygon
|
| Modifier and Type | Method and Description |
|---|---|
List<Point> |
Geometry.getPolygon()
Within the bounding box, a fine-grained polygon around the recognized item.
|
| Modifier and Type | Method and Description |
|---|---|
Geometry |
Geometry.withPolygon(Point... polygon)
Within the bounding box, a fine-grained polygon around the recognized item.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Geometry.setPolygon(Collection<Point> polygon)
Within the bounding box, a fine-grained polygon around the recognized item.
|
Geometry |
Geometry.withPolygon(Collection<Point> polygon)
Within the bounding box, a fine-grained polygon around the recognized item.
|
Copyright © 2024. All rights reserved.