Package io.anyline2.camera
Interface FaceDetector.FaceDetectionResultHandler
-
- Enclosing class:
- FaceDetector
public static interface FaceDetector.FaceDetectionResultHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onFailure(java.lang.String e)
void
onSuccess(AnylineImage faceImage)
-
-
-
Method Detail
-
onSuccess
void onSuccess(AnylineImage faceImage)
-
onFailure
void onFailure(java.lang.String e)
-
-