Package com.incode.welcome_sdk.data
Class SelfieScanFrameLogs.FramesData
-
- All Implemented Interfaces:
public final class SelfieScanFrameLogs.FramesData
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
SelfieScanFrameLogs.FramesData.Face
-
Field Summary
Fields Modifier and Type Field Description private final Long
timestamp
private final Float
brightness
private final Float
blur
private final Boolean
magicCropPassed
private final String
detectionResult
private final List<SelfieScanFrameLogs.FramesData.Face>
faces
-
Constructor Summary
Constructors Constructor Description SelfieScanFrameLogs.FramesData(Long timestamp, Float brightness, Float blur, Boolean magicCropPassed, String detectionResult, List<SelfieScanFrameLogs.FramesData.Face> faces)
-
Method Summary
Modifier and Type Method Description final Long
getTimestamp()
final Float
getBrightness()
final Float
getBlur()
final Boolean
getMagicCropPassed()
final String
getDetectionResult()
final List<SelfieScanFrameLogs.FramesData.Face>
getFaces()
final JSONObject
toJson()
-
-
Method Detail
-
getTimestamp
final Long getTimestamp()
-
getBrightness
final Float getBrightness()
-
getMagicCropPassed
final Boolean getMagicCropPassed()
-
getDetectionResult
final String getDetectionResult()
-
getFaces
final List<SelfieScanFrameLogs.FramesData.Face> getFaces()
-
toJson
final JSONObject toJson()
-
-
-
-