Class IdExtractionResult


public class IdExtractionResult extends DigifiedResult
  • Constructor Details

    • IdExtractionResult

      public IdExtractionResult()
  • Method Details

    • getFrontIdData

      public FrontIdData getFrontIdData()
      Getter method for frontIdData: data of the front side of the id
      Returns:
      "front" in the API response
    • getBackIdData

      public BackIdData getBackIdData()
      Getter method for backIdData: data of the back side of the id
      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 ID
      Returns:
      "front_liveness" in the API response
    • getBackLiveness

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