#[non_exhaustive]pub struct DetectCustomLabelsOutput { /* private fields */ }Implementations
sourceimpl DetectCustomLabelsOutput
impl DetectCustomLabelsOutput
sourcepub fn custom_labels(&self) -> Option<&[CustomLabel]>
pub fn custom_labels(&self) -> Option<&[CustomLabel]>
An array of custom labels detected in the input image.
sourceimpl DetectCustomLabelsOutput
impl DetectCustomLabelsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DetectCustomLabelsOutput.
Trait Implementations
sourceimpl Clone for DetectCustomLabelsOutput
impl Clone for DetectCustomLabelsOutput
sourcefn clone(&self) -> DetectCustomLabelsOutput
fn clone(&self) -> DetectCustomLabelsOutput
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 DetectCustomLabelsOutput
impl Debug for DetectCustomLabelsOutput
sourceimpl PartialEq<DetectCustomLabelsOutput> for DetectCustomLabelsOutput
impl PartialEq<DetectCustomLabelsOutput> for DetectCustomLabelsOutput
sourcefn eq(&self, other: &DetectCustomLabelsOutput) -> bool
fn eq(&self, other: &DetectCustomLabelsOutput) -> bool
impl StructuralPartialEq for DetectCustomLabelsOutput
Auto Trait Implementations
impl RefUnwindSafe for DetectCustomLabelsOutput
impl Send for DetectCustomLabelsOutput
impl Sync for DetectCustomLabelsOutput
impl Unpin for DetectCustomLabelsOutput
impl UnwindSafe for DetectCustomLabelsOutput
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