Class IdentityFaceVerificationParam

java.lang.Object
glair.vision.model.param.IdentityFaceVerificationParam

public class IdentityFaceVerificationParam extends Object
Represents parameters for performing identity verification with face image.
  • Method Details

    • getNik

      public String getNik()
      Gets the NIK (Nomor Induk Kependudukan).
      Returns:
      The NIK.
    • getName

      public String getName()
      Gets the name of the individual.
      Returns:
      The name.
    • getDateOfBirth

      public String getDateOfBirth()
      Gets the date of birth of the individual.
      Returns:
      The date of birth.
    • getFaceImagePath

      public String getFaceImagePath()
      Gets the face image path data.
      Returns:
      The face image path data.
    • toString

      public String toString()
      Generates a JSON representation of the parameters.
      Overrides:
      toString in class Object
      Returns:
      The JSON representation.