Method: Aws::Textract::Types::BoundingBox#left

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

#leftFloat

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

Returns:

  • (Float)


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