Package com.incode.welcome_sdk.data
Class SelfieScanFrameLogs.FramesData.Face
-
- All Implemented Interfaces:
public final class SelfieScanFrameLogs.FramesData.Face
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSelfieScanFrameLogs.FramesData.Face.Landmarks
-
Field Summary
Fields Modifier and Type Field Description private final Floatyawprivate final Floatrollprivate final Floatpitchprivate final Face.RectfaceRectangleprivate final SelfieScanFrameLogs.FramesData.Face.Landmarkslandmarksprivate final FaceAttributesattributesprivate final BooleanisFirstDetectedFaceWithinConstraints
-
Constructor Summary
Constructors Constructor Description SelfieScanFrameLogs.FramesData.Face(Float yaw, Float roll, Float pitch, Face.Rect faceRectangle, SelfieScanFrameLogs.FramesData.Face.Landmarks landmarks, FaceAttributes attributes, Boolean isFirstDetectedFaceWithinConstraints)
-
Method Summary
Modifier and Type Method Description final FloatgetYaw()final FloatgetRoll()final FloatgetPitch()final Face.RectgetFaceRectangle()final SelfieScanFrameLogs.FramesData.Face.LandmarksgetLandmarks()final FaceAttributesgetAttributes()final BooleanisFirstDetectedFaceWithinConstraints()final JSONObjecttoJson()-
-
Constructor Detail
-
SelfieScanFrameLogs.FramesData.Face
SelfieScanFrameLogs.FramesData.Face(Float yaw, Float roll, Float pitch, Face.Rect faceRectangle, SelfieScanFrameLogs.FramesData.Face.Landmarks landmarks, FaceAttributes attributes, Boolean isFirstDetectedFaceWithinConstraints)
-
-
Method Detail
-
getFaceRectangle
final Face.Rect getFaceRectangle()
-
getLandmarks
final SelfieScanFrameLogs.FramesData.Face.Landmarks getLandmarks()
-
getAttributes
final FaceAttributes getAttributes()
-
isFirstDetectedFaceWithinConstraints
final Boolean isFirstDetectedFaceWithinConstraints()
-
toJson
final JSONObject toJson()
-
-
-
-