Struct aws_sdk_rekognition::model::CustomLabel
source · [−]#[non_exhaustive]pub struct CustomLabel { /* private fields */ }Expand description
A custom label detected in an image by a call to DetectCustomLabels.
Implementations
sourceimpl CustomLabel
impl CustomLabel
sourcepub fn confidence(&self) -> Option<f32>
pub fn confidence(&self) -> Option<f32>
The confidence that the model has in the detection of the custom label. The range is 0-100. A higher value indicates a higher confidence.
sourceimpl CustomLabel
impl CustomLabel
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CustomLabel.
Trait Implementations
sourceimpl Clone for CustomLabel
impl Clone for CustomLabel
sourcefn clone(&self) -> CustomLabel
fn clone(&self) -> CustomLabel
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for CustomLabel
impl Debug for CustomLabel
sourceimpl PartialEq<CustomLabel> for CustomLabel
impl PartialEq<CustomLabel> for CustomLabel
sourcefn eq(&self, other: &CustomLabel) -> bool
fn eq(&self, other: &CustomLabel) -> bool
impl StructuralPartialEq for CustomLabel
Auto Trait Implementations
impl RefUnwindSafe for CustomLabel
impl Send for CustomLabel
impl Sync for CustomLabel
impl Unpin for CustomLabel
impl UnwindSafe for CustomLabel
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