Package glair.vision.model.param
Class IdentityFaceVerificationParam
java.lang.Object
glair.vision.model.param.IdentityFaceVerificationParam
Represents parameters for performing identity verification with face image.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder class for constructing IdentityFaceVerificationParam object. -
Method Summary
-
Method Details
-
getNik
Gets the NIK (Nomor Induk Kependudukan).- Returns:
- The NIK.
-
getName
Gets the name of the individual.- Returns:
- The name.
-
getDateOfBirth
Gets the date of birth of the individual.- Returns:
- The date of birth.
-
getFaceImagePath
Gets the face image path data.- Returns:
- The face image path data.
-
toString
Generates a JSON representation of the parameters.
-