class Mindee::Product::DriverLicense::DriverLicenseV1Page

Driver License API version 1.0 page data.

def initialize(prediction)

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