Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data RegionOfInterest Source #
Specifies a location within the frame that Rekognition checks for text.
Uses a BoundingBox
object to set a region of the screen.
A word is included in the region if the word is more than half in that region. If there is more than one region, the word will be compared with all regions of the screen. Any word more than half in a region is kept in the results.
See: newRegionOfInterest
smart constructor.
RegionOfInterest' | |
|
Instances
newRegionOfInterest :: RegionOfInterest Source #
Create a value of RegionOfInterest
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:boundingBox:RegionOfInterest'
, regionOfInterest_boundingBox
- The box representing a region of interest on screen.
regionOfInterest_boundingBox :: Lens' RegionOfInterest (Maybe BoundingBox) Source #
The box representing a region of interest on screen.