Struct aws_sdk_rekognition::model::TechnicalCueSegment
source · [−]#[non_exhaustive]pub struct TechnicalCueSegment { /* private fields */ }Expand description
Information about a technical cue segment. For more information, see SegmentDetection.
Implementations
sourceimpl TechnicalCueSegment
impl TechnicalCueSegment
sourcepub fn type(&self) -> Option<&TechnicalCueType>
pub fn type(&self) -> Option<&TechnicalCueType>
The type of the technical cue.
sourcepub fn confidence(&self) -> Option<f32>
pub fn confidence(&self) -> Option<f32>
The confidence that Amazon Rekognition Video has in the accuracy of the detected segment.
sourceimpl TechnicalCueSegment
impl TechnicalCueSegment
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TechnicalCueSegment.
Trait Implementations
sourceimpl Clone for TechnicalCueSegment
impl Clone for TechnicalCueSegment
sourcefn clone(&self) -> TechnicalCueSegment
fn clone(&self) -> TechnicalCueSegment
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 TechnicalCueSegment
impl Debug for TechnicalCueSegment
sourceimpl PartialEq<TechnicalCueSegment> for TechnicalCueSegment
impl PartialEq<TechnicalCueSegment> for TechnicalCueSegment
sourcefn eq(&self, other: &TechnicalCueSegment) -> bool
fn eq(&self, other: &TechnicalCueSegment) -> bool
impl StructuralPartialEq for TechnicalCueSegment
Auto Trait Implementations
impl RefUnwindSafe for TechnicalCueSegment
impl Send for TechnicalCueSegment
impl Sync for TechnicalCueSegment
impl Unpin for TechnicalCueSegment
impl UnwindSafe for TechnicalCueSegment
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