Class: Aws::BedrockDataAutomation::Types::DocumentStandardExtraction
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockDataAutomation::Types::DocumentStandardExtraction
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockdataautomation/types.rb
 
Overview
Standard Extraction Configuration of Document
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #bounding_box  ⇒ Types::DocumentBoundingBox 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Bounding Box Configuration of Document Extraction.
 - 
  
    
      #granularity  ⇒ Types::DocumentExtractionGranularity 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Granularity of Document Extraction.
 
Instance Attribute Details
#bounding_box ⇒ Types::DocumentBoundingBox
Bounding Box Configuration of Document Extraction
      719 720 721 722 723 724  | 
    
      # File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 719 class DocumentStandardExtraction < Struct.new( :granularity, :bounding_box) SENSITIVE = [] include Aws::Structure end  | 
  
#granularity ⇒ Types::DocumentExtractionGranularity
Granularity of Document Extraction
      719 720 721 722 723 724  | 
    
      # File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 719 class DocumentStandardExtraction < Struct.new( :granularity, :bounding_box) SENSITIVE = [] include Aws::Structure end  |