Class: Aws::BedrockDataAutomation::Types::DocumentBoundingBox
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::DocumentBoundingBox
- Defined in:
- gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb
Overview
Bounding Box Configuration of Document Extraction
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#state ⇒ String
State.
Instance Attribute Details
#state ⇒ String
State
683 684 685 686 687 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 683 class DocumentBoundingBox < Struct.new( :state) SENSITIVE = [] include Aws::Structure end |