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