Struct aws_sdk_rekognition::types::AgeRange
source · #[non_exhaustive]pub struct AgeRange { /* private fields */ }Expand description
Structure containing the estimated age range, in years, for a face.
Amazon Rekognition estimates an age range for faces detected in the input image. Estimated age ranges can overlap. A face of a 5-year-old might have an estimated range of 4-6, while the face of a 6-year-old might have an estimated range of 4-8.
Implementations§
Trait Implementations§
source§impl PartialEq<AgeRange> for AgeRange
impl PartialEq<AgeRange> for AgeRange
impl StructuralPartialEq for AgeRange
Auto Trait Implementations§
impl RefUnwindSafe for AgeRange
impl Send for AgeRange
impl Sync for AgeRange
impl Unpin for AgeRange
impl UnwindSafe for AgeRange
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more