Struct aws_sdk_rekognition::model::technical_cue_segment::Builder
source · [−]pub struct Builder { /* private fields */ }Expand description
A builder for TechnicalCueSegment.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn type(self, input: TechnicalCueType) -> Self
pub fn type(self, input: TechnicalCueType) -> Self
The type of the technical cue.
sourcepub fn set_type(self, input: Option<TechnicalCueType>) -> Self
pub fn set_type(self, input: Option<TechnicalCueType>) -> Self
The type of the technical cue.
sourcepub fn confidence(self, input: f32) -> Self
pub fn confidence(self, input: f32) -> Self
The confidence that Amazon Rekognition Video has in the accuracy of the detected segment.
sourcepub fn set_confidence(self, input: Option<f32>) -> Self
pub fn set_confidence(self, input: Option<f32>) -> Self
The confidence that Amazon Rekognition Video has in the accuracy of the detected segment.
sourcepub fn build(self) -> TechnicalCueSegment
pub fn build(self) -> TechnicalCueSegment
Consumes the builder and constructs a TechnicalCueSegment.
Trait Implementations
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
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