Class: Aws::BedrockDataAutomation::Types::ImageBoundingBox

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

Overview

Bounding Box Configuration of Image Extraction

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

State

Returns:

  • (String)


979
980
981
982
983
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 979

class ImageBoundingBox < Struct.new(
  :state)
  SENSITIVE = []
  include Aws::Structure
end