Class: Aws::BedrockDataAutomation::Types::ImageStandardExtraction
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::BedrockDataAutomation::Types::ImageStandardExtraction
 
- Defined in:
- gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb
Overview
Standard Extraction Configuration of Image
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #bounding_box  ⇒ Types::ImageBoundingBox 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Bounding Box Configuration of Image Extraction. 
- 
  
    
      #category  ⇒ Types::ImageExtractionCategory 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Category of Image Extraction. 
Instance Attribute Details
#bounding_box ⇒ Types::ImageBoundingBox
Bounding Box Configuration of Image Extraction
| 976 977 978 979 980 981 | # File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 976 class ImageStandardExtraction < Struct.new( :category, :bounding_box) SENSITIVE = [] include Aws::Structure end | 
#category ⇒ Types::ImageExtractionCategory
Category of Image Extraction
| 976 977 978 979 980 981 | # File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 976 class ImageStandardExtraction < Struct.new( :category, :bounding_box) SENSITIVE = [] include Aws::Structure end |