| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
DetectTextFilters |
DetectTextFilters.clone() |
DetectTextFilters |
DetectTextRequest.getFilters()
Optional parameters that let you set the criteria that the text must meet to be included in your response.
|
DetectTextFilters |
DetectTextFilters.withRegionsOfInterest(Collection<RegionOfInterest> regionsOfInterest)
A Filter focusing on a certain area of the image.
|
DetectTextFilters |
DetectTextFilters.withRegionsOfInterest(RegionOfInterest... regionsOfInterest)
A Filter focusing on a certain area of the image.
|
DetectTextFilters |
DetectTextFilters.withWordFilter(DetectionFilter wordFilter) |
| Modifier and Type | Method and Description |
|---|---|
void |
DetectTextRequest.setFilters(DetectTextFilters filters)
Optional parameters that let you set the criteria that the text must meet to be included in your response.
|
DetectTextRequest |
DetectTextRequest.withFilters(DetectTextFilters filters)
Optional parameters that let you set the criteria that the text must meet to be included in your response.
|
Copyright © 2025. All rights reserved.