DetectTextFilters
A set of optional parameters that you can use to set the criteria that the text must meet
to be included in your response. WordFilter
looks at a word’s height, width, and
minimum confidence. RegionOfInterest
lets you set a specific region of the image
to look for text in.
Contents
- RegionsOfInterest
-
A Filter focusing on a certain area of the image. Uses a
BoundingBox
object to set the region of the image.Type: Array of RegionOfInterest objects
Array Members: Minimum number of 0 items. Maximum number of 10 items.
Required: No
- WordFilter
-
A set of parameters that allow you to filter out certain results from your returned results.
Type: DetectionFilter object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: