Method: Aws::Textract::Types::BoundingBox#width

Defined in:
lib/aws-sdk-textract/types.rb

#widthFloat

The width of the bounding box as a ratio of the overall document page width.



680
681
682
683
684
685
686
687
# File 'lib/aws-sdk-textract/types.rb', line 680

class BoundingBox < Struct.new(
  :width,
  :height,
  :left,
  :top)
  SENSITIVE = []
  include Aws::Structure
end