class Mindee::Product::FR::IdCard::IdCardV2Page
Carte Nationale d’Identité API version 2.0 page data.
def initialize(prediction)
-
prediction
(Hash
) --
def initialize(prediction) super @prediction = if prediction['prediction'].empty? nil else IdCardV2PagePrediction.new( prediction['prediction'], prediction['id'] ) end end