| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
List<RegionOfInterest> |
StartTextDetectionFilters.regionsOfInterest()
Filter focusing on a certain area of the frame.
|
List<RegionOfInterest> |
DetectTextFilters.regionsOfInterest()
A Filter focusing on a certain area of the image.
|
List<RegionOfInterest> |
CreateStreamProcessorRequest.regionsOfInterest()
Specifies locations in the frames where Amazon Rekognition checks for objects or people.
|
List<RegionOfInterest> |
DescribeStreamProcessorResponse.regionsOfInterest()
Specifies locations in the frames where Amazon Rekognition checks for objects or people.
|
List<RegionOfInterest> |
UpdateStreamProcessorRequest.regionsOfInterestForUpdate()
Specifies locations in the frames where Amazon Rekognition checks for objects or people.
|
| Modifier and Type | Method and Description |
|---|---|
StartTextDetectionFilters.Builder |
StartTextDetectionFilters.Builder.regionsOfInterest(RegionOfInterest... regionsOfInterest)
Filter focusing on a certain area of the frame.
|
DetectTextFilters.Builder |
DetectTextFilters.Builder.regionsOfInterest(RegionOfInterest... regionsOfInterest)
A Filter focusing on a certain area of the image.
|
CreateStreamProcessorRequest.Builder |
CreateStreamProcessorRequest.Builder.regionsOfInterest(RegionOfInterest... regionsOfInterest)
Specifies locations in the frames where Amazon Rekognition checks for objects or people.
|
DescribeStreamProcessorResponse.Builder |
DescribeStreamProcessorResponse.Builder.regionsOfInterest(RegionOfInterest... regionsOfInterest)
Specifies locations in the frames where Amazon Rekognition checks for objects or people.
|
UpdateStreamProcessorRequest.Builder |
UpdateStreamProcessorRequest.Builder.regionsOfInterestForUpdate(RegionOfInterest... regionsOfInterestForUpdate)
Specifies locations in the frames where Amazon Rekognition checks for objects or people.
|
| Modifier and Type | Method and Description |
|---|---|
StartTextDetectionFilters.Builder |
StartTextDetectionFilters.Builder.regionsOfInterest(Collection<RegionOfInterest> regionsOfInterest)
Filter focusing on a certain area of the frame.
|
DetectTextFilters.Builder |
DetectTextFilters.Builder.regionsOfInterest(Collection<RegionOfInterest> regionsOfInterest)
A Filter focusing on a certain area of the image.
|
CreateStreamProcessorRequest.Builder |
CreateStreamProcessorRequest.Builder.regionsOfInterest(Collection<RegionOfInterest> regionsOfInterest)
Specifies locations in the frames where Amazon Rekognition checks for objects or people.
|
DescribeStreamProcessorResponse.Builder |
DescribeStreamProcessorResponse.Builder.regionsOfInterest(Collection<RegionOfInterest> regionsOfInterest)
Specifies locations in the frames where Amazon Rekognition checks for objects or people.
|
UpdateStreamProcessorRequest.Builder |
UpdateStreamProcessorRequest.Builder.regionsOfInterestForUpdate(Collection<RegionOfInterest> regionsOfInterestForUpdate)
Specifies locations in the frames where Amazon Rekognition checks for objects or people.
|
Copyright © 2023. All rights reserved.