| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.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 detected item.
|
List<Point> |
RegionOfInterest.getPolygon()
Specifies a shape made up of up to 10
Point objects to define a region of interest. |
| Modifier and Type | Method and Description |
|---|---|
Geometry |
Geometry.withPolygon(Point... polygon)
Within the bounding box, a fine-grained polygon around the detected item.
|
RegionOfInterest |
RegionOfInterest.withPolygon(Point... polygon)
Specifies a shape made up of up to 10
Point objects to define a region of interest. |
| Modifier and Type | Method and Description |
|---|---|
void |
Geometry.setPolygon(Collection<Point> polygon)
Within the bounding box, a fine-grained polygon around the detected item.
|
void |
RegionOfInterest.setPolygon(Collection<Point> polygon)
Specifies a shape made up of up to 10
Point objects to define a region of interest. |
Geometry |
Geometry.withPolygon(Collection<Point> polygon)
Within the bounding box, a fine-grained polygon around the detected item.
|
RegionOfInterest |
RegionOfInterest.withPolygon(Collection<Point> polygon)
Specifies a shape made up of up to 10
Point objects to define a region of interest. |
Copyright © 2024. All rights reserved.