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 class
SelfieScanFrameLogs.FramesData.Face.Landmarks
-
Field Summary
Fields Modifier and Type Field Description private final Float
yaw
private final Float
roll
private final Float
pitch
private final Face.Rect
faceRectangle
private final SelfieScanFrameLogs.FramesData.Face.Landmarks
landmarks
private final FaceAttributes
attributes
private final Boolean
isFirstDetectedFaceWithinConstraints
-
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 Float
getYaw()
final Float
getRoll()
final Float
getPitch()
final Face.Rect
getFaceRectangle()
final SelfieScanFrameLogs.FramesData.Face.Landmarks
getLandmarks()
final FaceAttributes
getAttributes()
final Boolean
isFirstDetectedFaceWithinConstraints()
final JSONObject
toJson()
-
-
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()
-
-
-
-