| 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.
|
| Modifier and Type | Method and Description |
|---|---|
List<RegionOfInterest> |
DetectTextFilters.getRegionsOfInterest()
A Filter focusing on a certain area of the image.
|
List<RegionOfInterest> |
StartTextDetectionFilters.getRegionsOfInterest()
Filter focusing on a certain area of the frame.
|
| Modifier and Type | Method and Description |
|---|---|
DetectTextFilters |
DetectTextFilters.withRegionsOfInterest(RegionOfInterest... regionsOfInterest)
A Filter focusing on a certain area of the image.
|
StartTextDetectionFilters |
StartTextDetectionFilters.withRegionsOfInterest(RegionOfInterest... regionsOfInterest)
Filter focusing on a certain area of the frame.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DetectTextFilters.setRegionsOfInterest(Collection<RegionOfInterest> regionsOfInterest)
A Filter focusing on a certain area of the image.
|
void |
StartTextDetectionFilters.setRegionsOfInterest(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.
|
StartTextDetectionFilters |
StartTextDetectionFilters.withRegionsOfInterest(Collection<RegionOfInterest> regionsOfInterest)
Filter focusing on a certain area of the frame.
|
Copyright © 2020. All rights reserved.