Class: Aws::BedrockDataAutomation::Types::ImageStandardExtraction

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockdataautomation/types.rb

Overview

Standard Extraction Configuration of Image

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bounding_boxTypes::ImageBoundingBox

Bounding Box Configuration of Image Extraction



900
901
902
903
904
905
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 900

class ImageStandardExtraction < Struct.new(
  :category,
  :bounding_box)
  SENSITIVE = []
  include Aws::Structure
end

#categoryTypes::ImageExtractionCategory

Category of Image Extraction



900
901
902
903
904
905
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 900

class ImageStandardExtraction < Struct.new(
  :category,
  :bounding_box)
  SENSITIVE = []
  include Aws::Structure
end