class AmazonTRP::SelectionElement
Attributes
confidence[R]
geometry[R]
id[R]
selectionStatus[R]
Public Class Methods
new(block, blockMap)
click to toggle source
# File lib/amazon-textract-parser-ruby.rb, line 139 def initialize(block, blockMap) @confidence = block[:confidence] @geometry = Geometry.new(block[:geometry]) @id = block[:id] @selectionStatus = block[:selection_status] end