class Mindee::Product::InternationalId::InternationalIdV2Page
def initialize(prediction)
-
prediction
(Hash
) --
def initialize(prediction) super @prediction = if prediction['prediction'].empty? nil else InternationalIdV2PagePrediction.new( prediction['prediction'], prediction['id'] ) end end