| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Rekognition.Types.StartTextDetectionFilters
Description
Synopsis
- data StartTextDetectionFilters = StartTextDetectionFilters' {}
- newStartTextDetectionFilters :: StartTextDetectionFilters
- startTextDetectionFilters_regionsOfInterest :: Lens' StartTextDetectionFilters (Maybe [RegionOfInterest])
- startTextDetectionFilters_wordFilter :: Lens' StartTextDetectionFilters (Maybe DetectionFilter)
Documentation
data StartTextDetectionFilters Source #
Set of optional parameters that let you set the criteria 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 screen to look for text in.
See: newStartTextDetectionFilters smart constructor.
Constructors
| StartTextDetectionFilters' | |
Fields
| |
Instances
newStartTextDetectionFilters :: StartTextDetectionFilters Source #
Create a value of StartTextDetectionFilters with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:regionsOfInterest:StartTextDetectionFilters', startTextDetectionFilters_regionsOfInterest - Filter focusing on a certain area of the frame. Uses a BoundingBox
object to set the region of the screen.
$sel:wordFilter:StartTextDetectionFilters', startTextDetectionFilters_wordFilter - Filters focusing on qualities of the text, such as confidence or size.
startTextDetectionFilters_regionsOfInterest :: Lens' StartTextDetectionFilters (Maybe [RegionOfInterest]) Source #
Filter focusing on a certain area of the frame. Uses a BoundingBox
object to set the region of the screen.
startTextDetectionFilters_wordFilter :: Lens' StartTextDetectionFilters (Maybe DetectionFilter) Source #
Filters focusing on qualities of the text, such as confidence or size.