Struct aws_sdk_rekognition::types::builders::UserMatchBuilder
source · #[non_exhaustive]pub struct UserMatchBuilder { /* private fields */ }Expand description
A builder for UserMatch.
Implementations§
source§impl UserMatchBuilder
impl UserMatchBuilder
sourcepub fn similarity(self, input: f32) -> Self
pub fn similarity(self, input: f32) -> Self
Describes the UserID metadata.
sourcepub fn set_similarity(self, input: Option<f32>) -> Self
pub fn set_similarity(self, input: Option<f32>) -> Self
Describes the UserID metadata.
sourcepub fn get_similarity(&self) -> &Option<f32>
pub fn get_similarity(&self) -> &Option<f32>
Describes the UserID metadata.
sourcepub fn user(self, input: MatchedUser) -> Self
pub fn user(self, input: MatchedUser) -> Self
Confidence in the match of this UserID with the input face.
sourcepub fn set_user(self, input: Option<MatchedUser>) -> Self
pub fn set_user(self, input: Option<MatchedUser>) -> Self
Confidence in the match of this UserID with the input face.
sourcepub fn get_user(&self) -> &Option<MatchedUser>
pub fn get_user(&self) -> &Option<MatchedUser>
Confidence in the match of this UserID with the input face.
Trait Implementations§
source§impl Clone for UserMatchBuilder
impl Clone for UserMatchBuilder
source§fn clone(&self) -> UserMatchBuilder
fn clone(&self) -> UserMatchBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for UserMatchBuilder
impl Debug for UserMatchBuilder
source§impl Default for UserMatchBuilder
impl Default for UserMatchBuilder
source§fn default() -> UserMatchBuilder
fn default() -> UserMatchBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UserMatchBuilder
impl PartialEq for UserMatchBuilder
source§fn eq(&self, other: &UserMatchBuilder) -> bool
fn eq(&self, other: &UserMatchBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UserMatchBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UserMatchBuilder
impl Send for UserMatchBuilder
impl Sync for UserMatchBuilder
impl Unpin for UserMatchBuilder
impl UnwindSafe for UserMatchBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.