Class FaceMatchResult


public class FaceMatchResult extends DigifiedResult
  • Constructor Details

    • FaceMatchResult

      public FaceMatchResult()
  • Method Details

    • getCongruence

      public Float getCongruence()
      Getter method for congruence: How the two images match (the higher is the better) (value between 0-1).
      Returns:
      "congruence" in the API response
    • getLiveness

      public Float getLiveness()
      Getter method for liveness: Detecting the confidence of how much is the selfie is real and not spoofed (the higher is the better) (value between 0-1).
      Returns:
      "liveness" in the API response