| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
StartTextDetectionFilters |
StartTextDetectionFilters.clone() |
StartTextDetectionFilters |
StartTextDetectionRequest.getFilters()
Optional parameters that let you set criteria the text must meet to be included in your response.
|
StartTextDetectionFilters |
StartTextDetectionFilters.withRegionsOfInterest(Collection<RegionOfInterest> regionsOfInterest)
Filter focusing on a certain area of the frame.
|
StartTextDetectionFilters |
StartTextDetectionFilters.withRegionsOfInterest(RegionOfInterest... regionsOfInterest)
Filter focusing on a certain area of the frame.
|
StartTextDetectionFilters |
StartTextDetectionFilters.withWordFilter(DetectionFilter wordFilter)
Filters focusing on qualities of the text, such as confidence or size.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StartTextDetectionRequest.setFilters(StartTextDetectionFilters filters)
Optional parameters that let you set criteria the text must meet to be included in your response.
|
StartTextDetectionRequest |
StartTextDetectionRequest.withFilters(StartTextDetectionFilters filters)
Optional parameters that let you set criteria the text must meet to be included in your response.
|
Copyright © 2024. All rights reserved.