Struct aws_sdk_rekognition::model::SegmentTypeInfo
source · [−]#[non_exhaustive]pub struct SegmentTypeInfo { /* private fields */ }Expand description
Information about the type of a segment requested in a call to StartSegmentDetection. An array of SegmentTypeInfo objects is returned by the response from GetSegmentDetection.
Implementations
sourceimpl SegmentTypeInfo
impl SegmentTypeInfo
sourcepub fn type(&self) -> Option<&SegmentType>
pub fn type(&self) -> Option<&SegmentType>
The type of a segment (technical cue or shot detection).
sourcepub fn model_version(&self) -> Option<&str>
pub fn model_version(&self) -> Option<&str>
The version of the model used to detect segments.
sourceimpl SegmentTypeInfo
impl SegmentTypeInfo
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SegmentTypeInfo.
Trait Implementations
sourceimpl Clone for SegmentTypeInfo
impl Clone for SegmentTypeInfo
sourcefn clone(&self) -> SegmentTypeInfo
fn clone(&self) -> SegmentTypeInfo
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 SegmentTypeInfo
impl Debug for SegmentTypeInfo
sourceimpl PartialEq<SegmentTypeInfo> for SegmentTypeInfo
impl PartialEq<SegmentTypeInfo> for SegmentTypeInfo
sourcefn eq(&self, other: &SegmentTypeInfo) -> bool
fn eq(&self, other: &SegmentTypeInfo) -> bool
impl StructuralPartialEq for SegmentTypeInfo
Auto Trait Implementations
impl RefUnwindSafe for SegmentTypeInfo
impl Send for SegmentTypeInfo
impl Sync for SegmentTypeInfo
impl Unpin for SegmentTypeInfo
impl UnwindSafe for SegmentTypeInfo
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