Package com.regula.facesdk.callback
Interface MatchFaceCallback
-
public interface MatchFaceCallback
Describes communication interface invoked whenFaceSDK.matchFaces(MatchFacesRequest, MatchFacesConfiguration, MatchFaceCallback)
matchFaces() finishes}
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onFaceMatched(MatchFacesResponse response)
-
-
-
Method Detail
-
onFaceMatched
void onFaceMatched(MatchFacesResponse response)
-
-