Class ResponseRecognizeFace
-
- All Implemented Interfaces:
public class ResponseRecognizeFace
-
-
Field Summary
Fields Modifier and Type Field Description public double
spoofConfidence
public double
confidence
public boolean
userAlreadyExists
public String
base64CroppedImage
public double
blurriness
-
Constructor Summary
Constructors Constructor Description ResponseRecognizeFace(double spoofConfidence, double confidence, boolean userAlreadyExists, String base64CroppedImage, double blurriness)
-
Method Summary
Modifier and Type Method Description double
getSpoofConfidence()
double
getConfidence()
boolean
getUserAlreadyExists()
String
getBase64CroppedImage()
double
getBlurriness()
String
toString()
static ResponseRecognizeFace
parse(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)
-
-
-
-