Struct aws_sdk_rekognition::model::Geometry
source · [−]#[non_exhaustive]pub struct Geometry { /* private fields */ }Expand description
Information about where an object (DetectCustomLabels) or text (DetectText) is located on an image.
Implementations
sourceimpl Geometry
impl Geometry
sourcepub fn bounding_box(&self) -> Option<&BoundingBox>
pub fn bounding_box(&self) -> Option<&BoundingBox>
An axis-aligned coarse representation of the detected item's location on the image.
Trait Implementations
impl StructuralPartialEq for Geometry
Auto Trait Implementations
impl RefUnwindSafe for Geometry
impl Send for Geometry
impl Sync for Geometry
impl Unpin for Geometry
impl UnwindSafe for Geometry
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more