Struct aws_sdk_textract::model::HumanLoopConfig
source · #[non_exhaustive]pub struct HumanLoopConfig { /* private fields */ }
Expand description
Sets up the human review workflow the document will be sent to if one of the conditions is met. You can also set certain attributes of the image before review.
Implementations§
source§impl HumanLoopConfig
impl HumanLoopConfig
sourcepub fn human_loop_name(&self) -> Option<&str>
pub fn human_loop_name(&self) -> Option<&str>
The name of the human workflow used for this image. This should be kept unique within a region.
sourcepub fn flow_definition_arn(&self) -> Option<&str>
pub fn flow_definition_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the flow definition.
sourcepub fn data_attributes(&self) -> Option<&HumanLoopDataAttributes>
pub fn data_attributes(&self) -> Option<&HumanLoopDataAttributes>
Sets attributes of the input data.
source§impl HumanLoopConfig
impl HumanLoopConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture HumanLoopConfig
.
Trait Implementations§
source§impl Clone for HumanLoopConfig
impl Clone for HumanLoopConfig
source§fn clone(&self) -> HumanLoopConfig
fn clone(&self) -> HumanLoopConfig
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for HumanLoopConfig
impl Debug for HumanLoopConfig
source§impl PartialEq<HumanLoopConfig> for HumanLoopConfig
impl PartialEq<HumanLoopConfig> for HumanLoopConfig
source§fn eq(&self, other: &HumanLoopConfig) -> bool
fn eq(&self, other: &HumanLoopConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.