Struct aws_sdk_rekognition::model::RegionOfInterest
source · [−]#[non_exhaustive]pub struct RegionOfInterest {
pub bounding_box: Option<BoundingBox>,
}Expand description
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.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.bounding_box: Option<BoundingBox>The box representing a region of interest on screen.
Implementations
The box representing a region of interest on screen.
Creates a new builder-style object to manufacture RegionOfInterest
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for RegionOfInterest
impl Send for RegionOfInterest
impl Sync for RegionOfInterest
impl Unpin for RegionOfInterest
impl UnwindSafe for RegionOfInterest
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more