Package com.incode.welcome_sdk.data
Class SelfieScanFrameLogs.FramesData.Face.Landmarks
-
- All Implemented Interfaces:
public final class SelfieScanFrameLogs.FramesData.Face.Landmarks
-
-
Method Summary
Modifier and Type Method Description final PointF
getRightEye()
final PointF
getLeftEye()
final PointF
getNoseTip()
final PointF
getRightMouth()
final PointF
getLeftMouth()
final JSONObject
toJson()
-
-
Method Detail
-
getRightEye
final PointF getRightEye()
-
getLeftEye
final PointF getLeftEye()
-
getNoseTip
final PointF getNoseTip()
-
getRightMouth
final PointF getRightMouth()
-
getLeftMouth
final PointF getLeftMouth()
-
toJson
final JSONObject toJson()
-
-
-
-