Class: Aws::BedrockDataAutomation::Types::ImageBoundingBox
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::ImageBoundingBox
- 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
-
#state ⇒ String
State.
Instance Attribute Details
#state ⇒ String
State
979 980 981 982 983 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 979 class ImageBoundingBox < Struct.new( :state) SENSITIVE = [] include Aws::Structure end |