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 PointFgetRightEye()final PointFgetLeftEye()final PointFgetNoseTip()final PointFgetRightMouth()final PointFgetLeftMouth()final JSONObjecttoJson()-
-
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()
-
-
-
-