class Mindee::Product::Universal::UniversalPage
Universal Document V1 page.
def initialize(prediction)
-
prediction
(Hash
) --
def initialize(prediction) super @prediction = UniversalPagePrediction.new( prediction['prediction'], prediction['id'] ) end