Class ResponseRecognizeFace
-
- All Implemented Interfaces:
public class ResponseRecognizeFace
-
-
Field Summary
Fields Modifier and Type Field Description public doublespoofConfidencepublic doubleconfidencepublic booleanuserAlreadyExistspublic Stringbase64CroppedImagepublic doubleblurriness
-
Constructor Summary
Constructors Constructor Description ResponseRecognizeFace(double spoofConfidence, double confidence, boolean userAlreadyExists, String base64CroppedImage, double blurriness)
-
Method Summary
Modifier and Type Method Description doublegetSpoofConfidence()doublegetConfidence()booleangetUserAlreadyExists()StringgetBase64CroppedImage()doublegetBlurriness()StringtoString()static ResponseRecognizeFaceparse(ResponseBody responseBody)-
-
Constructor Detail
-
ResponseRecognizeFace
ResponseRecognizeFace(double spoofConfidence, double confidence, boolean userAlreadyExists, String base64CroppedImage, double blurriness)
-
-
Method Detail
-
getSpoofConfidence
double getSpoofConfidence()
-
getConfidence
double getConfidence()
-
getUserAlreadyExists
boolean getUserAlreadyExists()
-
getBase64CroppedImage
String getBase64CroppedImage()
-
getBlurriness
double getBlurriness()
-
parse
static ResponseRecognizeFace parse(ResponseBody responseBody)
-
-
-
-