Package glair.vision.model.param
Class FaceMatchParam
java.lang.Object
glair.vision.model.param.FaceMatchParam
A class representing parameters for Face Matching.
-
Constructor Summary
ConstructorsConstructorDescriptionFaceMatchParam(String capturedPath, String storedPath) Constructs a FaceMatchParam object with the specified paths for the captured and stored images. -
Method Summary
Modifier and TypeMethodDescriptionGets the file path of the captured image.Gets the file path of the stored image for comparison.toString()Returns a JSON representation of the FaceMatchParam.
-
Constructor Details
-
FaceMatchParam
Constructs a FaceMatchParam object with the specified paths for the captured and stored images.- Parameters:
capturedPath- The file path of the captured image.storedPath- The file path of the stored image for comparison.
-
-
Method Details
-
getCapturedPath
Gets the file path of the captured image.- Returns:
- The file path of the captured image.
-
getStoredPath
Gets the file path of the stored image for comparison.- Returns:
- The file path of the stored image.
-
toString
Returns a JSON representation of the FaceMatchParam.
-