class Mindee::Product::Universal::UniversalPage

Universal Document V1 page.

def initialize(prediction)

Parameters:
  • prediction (Hash) --
def initialize(prediction)
  super
  @prediction = UniversalPagePrediction.new(
    prediction['prediction'],
    prediction['id']
  )
end