class Mindee::Product::FR::Payslip::PayslipV2
Payslip API version 2 inference prediction.
def initialize(prediction)
-
prediction
(Hash
) --
def initialize(prediction) super @prediction = PayslipV2Document.new(prediction['prediction'], nil) @pages = [] prediction['pages'].each do |page| @pages.push(PayslipV2Page.new(page)) end end