| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
RegionOfInterest.Builder |
RegionOfInterest.Builder.boundingBox(BoundingBox boundingBox)
The box representing a region of interest on screen.
|
default RegionOfInterest.Builder |
RegionOfInterest.Builder.boundingBox(Consumer<BoundingBox.Builder> boundingBox)
The box representing a region of interest on screen.
|
static RegionOfInterest.Builder |
RegionOfInterest.builder() |
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. |
RegionOfInterest.Builder |
RegionOfInterest.Builder.polygon(Consumer<Point.Builder>... polygon)
Specifies a shape made up of up to 10
Point objects to define a region of interest. |
RegionOfInterest.Builder |
RegionOfInterest.Builder.polygon(Point... polygon)
Specifies a shape made up of up to 10
Point objects to define a region of interest. |
RegionOfInterest.Builder |
RegionOfInterest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RegionOfInterest.Builder> |
RegionOfInterest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.