Class: Aws::Textract::Types::HumanLoopConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Textract::Types::HumanLoopConfig
- Defined in:
- gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb
Overview
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_attributes ⇒ Types::HumanLoopDataAttributes
Sets attributes of the input data.
-
#flow_definition_arn ⇒ String
The Amazon Resource Name (ARN) of the flow definition.
-
#human_loop_name ⇒ String
The name of the human workflow used for this image.
Instance Attribute Details
#data_attributes ⇒ Types::HumanLoopDataAttributes
Sets attributes of the input data.
1911 1912 1913 1914 1915 1916 1917 |
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 1911 class HumanLoopConfig < Struct.new( :human_loop_name, :flow_definition_arn, :data_attributes) SENSITIVE = [] include Aws::Structure end |
#flow_definition_arn ⇒ String
The Amazon Resource Name (ARN) of the flow definition.
1911 1912 1913 1914 1915 1916 1917 |
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 1911 class HumanLoopConfig < Struct.new( :human_loop_name, :flow_definition_arn, :data_attributes) SENSITIVE = [] include Aws::Structure end |
#human_loop_name ⇒ String
The name of the human workflow used for this image. This should be kept unique within a region.
1911 1912 1913 1914 1915 1916 1917 |
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 1911 class HumanLoopConfig < Struct.new( :human_loop_name, :flow_definition_arn, :data_attributes) SENSITIVE = [] include Aws::Structure end |