Struct aws_sdk_rekognition::model::Label
source · [−]#[non_exhaustive]pub struct Label { /* private fields */ }Expand description
Structure containing details about the detected label, including the name, detected instances, parent labels, and level of confidence.
Implementations
sourceimpl Label
impl Label
sourcepub fn confidence(&self) -> Option<f32>
pub fn confidence(&self) -> Option<f32>
Level of confidence.
Trait Implementations
impl StructuralPartialEq for Label
Auto Trait Implementations
impl RefUnwindSafe for Label
impl Send for Label
impl Sync for Label
impl Unpin for Label
impl UnwindSafe for Label
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