Class VehicleLicenseExtractionResult


public class VehicleLicenseExtractionResult extends DigifiedResult
  • Constructor Details

    • VehicleLicenseExtractionResult

      public VehicleLicenseExtractionResult()
  • Method Details

    • getFrontVehicleLicenseData

      public FrontVehicleLicenseData getFrontVehicleLicenseData()
      Getter method for frontVehicleLicenseData: data of the front side of the vehicle license
      Returns:
      "front" in the API response
    • getBackVehicleLicenseData

      public BackVehicleLicenseData getBackVehicleLicenseData()
      Getter method for backVehicleLicenseData: data of the back side of the vehicle license
      Returns:
      "back" in the API response
    • getWarning

      public String getWarning()
      Getter method for warning: the warning message
      Returns:
      "warning" in the API response
    • getWarningCode

      public ArrayList<String> getWarningCode()
      Getter method for warningCode: the warning code
      Returns:
      "warning_code" in the API response
    • getFrontLiveness

      public Float getFrontLiveness()
      Getter method for frontLiveness: the liveness score of the front image of the vehicle license
      Returns:
      "front_liveness" in the API response
    • getBackLiveness

      public Float getBackLiveness()
      Getter method for backLiveness: the liveness score of the back image of the vehicle license
      Returns:
      "back_liveness" in the API response