Struct aws_sdk_textract::model::HumanLoopDataAttributes
source · [−]#[non_exhaustive]pub struct HumanLoopDataAttributes { /* private fields */ }Expand description
Allows you to set attributes of the image. Currently, you can declare an image as free of personally identifiable information and adult content.
Implementations
sourceimpl HumanLoopDataAttributes
impl HumanLoopDataAttributes
sourcepub fn content_classifiers(&self) -> Option<&[ContentClassifier]>
pub fn content_classifiers(&self) -> Option<&[ContentClassifier]>
Sets whether the input image is free of personally identifiable information or adult content.
sourceimpl HumanLoopDataAttributes
impl HumanLoopDataAttributes
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture HumanLoopDataAttributes.
Trait Implementations
sourceimpl Clone for HumanLoopDataAttributes
impl Clone for HumanLoopDataAttributes
sourcefn clone(&self) -> HumanLoopDataAttributes
fn clone(&self) -> HumanLoopDataAttributes
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 more
sourceimpl Debug for HumanLoopDataAttributes
impl Debug for HumanLoopDataAttributes
sourceimpl PartialEq<HumanLoopDataAttributes> for HumanLoopDataAttributes
impl PartialEq<HumanLoopDataAttributes> for HumanLoopDataAttributes
sourcefn eq(&self, other: &HumanLoopDataAttributes) -> bool
fn eq(&self, other: &HumanLoopDataAttributes) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &HumanLoopDataAttributes) -> bool
fn ne(&self, other: &HumanLoopDataAttributes) -> bool
This method tests for !=.
impl StructuralPartialEq for HumanLoopDataAttributes
Auto Trait Implementations
impl RefUnwindSafe for HumanLoopDataAttributes
impl Send for HumanLoopDataAttributes
impl Sync for HumanLoopDataAttributes
impl Unpin for HumanLoopDataAttributes
impl UnwindSafe for HumanLoopDataAttributes
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more