| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
RegionOfInterest |
RegionOfInterest.clone() |
RegionOfInterest |
RegionOfInterest.withBoundingBox(BoundingBox boundingBox)
The box representing a region of interest on screen.
|
RegionOfInterest |
RegionOfInterest.withPolygon(Collection<Point> polygon)
Specifies a shape made up of up to 10
Point objects to define a region of interest. |
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 |
|---|---|
List<RegionOfInterest> |
StartTextDetectionFilters.getRegionsOfInterest()
Filter focusing on a certain area of the frame.
|
List<RegionOfInterest> |
DetectTextFilters.getRegionsOfInterest()
A Filter focusing on a certain area of the image.
|
List<RegionOfInterest> |
DescribeStreamProcessorResult.getRegionsOfInterest()
Specifies locations in the frames where Amazon Rekognition checks for objects or people.
|
List<RegionOfInterest> |
CreateStreamProcessorRequest.getRegionsOfInterest()
Specifies locations in the frames where Amazon Rekognition checks for objects or people.
|
List<RegionOfInterest> |
UpdateStreamProcessorRequest.getRegionsOfInterestForUpdate()
Specifies locations in the frames where Amazon Rekognition checks for objects or people.
|
| Modifier and Type | Method and Description |
|---|---|
StartTextDetectionFilters |
StartTextDetectionFilters.withRegionsOfInterest(RegionOfInterest... regionsOfInterest)
Filter focusing on a certain area of the frame.
|
DetectTextFilters |
DetectTextFilters.withRegionsOfInterest(RegionOfInterest... regionsOfInterest)
A Filter focusing on a certain area of the image.
|
DescribeStreamProcessorResult |
DescribeStreamProcessorResult.withRegionsOfInterest(RegionOfInterest... regionsOfInterest)
Specifies locations in the frames where Amazon Rekognition checks for objects or people.
|
CreateStreamProcessorRequest |
CreateStreamProcessorRequest.withRegionsOfInterest(RegionOfInterest... regionsOfInterest)
Specifies locations in the frames where Amazon Rekognition checks for objects or people.
|
UpdateStreamProcessorRequest |
UpdateStreamProcessorRequest.withRegionsOfInterestForUpdate(RegionOfInterest... regionsOfInterestForUpdate)
Specifies locations in the frames where Amazon Rekognition checks for objects or people.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StartTextDetectionFilters.setRegionsOfInterest(Collection<RegionOfInterest> regionsOfInterest)
Filter focusing on a certain area of the frame.
|
void |
DetectTextFilters.setRegionsOfInterest(Collection<RegionOfInterest> regionsOfInterest)
A Filter focusing on a certain area of the image.
|
void |
DescribeStreamProcessorResult.setRegionsOfInterest(Collection<RegionOfInterest> regionsOfInterest)
Specifies locations in the frames where Amazon Rekognition checks for objects or people.
|
void |
CreateStreamProcessorRequest.setRegionsOfInterest(Collection<RegionOfInterest> regionsOfInterest)
Specifies locations in the frames where Amazon Rekognition checks for objects or people.
|
void |
UpdateStreamProcessorRequest.setRegionsOfInterestForUpdate(Collection<RegionOfInterest> regionsOfInterestForUpdate)
Specifies locations in the frames where Amazon Rekognition checks for objects or people.
|
StartTextDetectionFilters |
StartTextDetectionFilters.withRegionsOfInterest(Collection<RegionOfInterest> regionsOfInterest)
Filter focusing on a certain area of the frame.
|
DetectTextFilters |
DetectTextFilters.withRegionsOfInterest(Collection<RegionOfInterest> regionsOfInterest)
A Filter focusing on a certain area of the image.
|
DescribeStreamProcessorResult |
DescribeStreamProcessorResult.withRegionsOfInterest(Collection<RegionOfInterest> regionsOfInterest)
Specifies locations in the frames where Amazon Rekognition checks for objects or people.
|
CreateStreamProcessorRequest |
CreateStreamProcessorRequest.withRegionsOfInterest(Collection<RegionOfInterest> regionsOfInterest)
Specifies locations in the frames where Amazon Rekognition checks for objects or people.
|
UpdateStreamProcessorRequest |
UpdateStreamProcessorRequest.withRegionsOfInterestForUpdate(Collection<RegionOfInterest> regionsOfInterestForUpdate)
Specifies locations in the frames where Amazon Rekognition checks for objects or people.
|
Copyright © 2022. All rights reserved.