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 classSelfieScanFrameLogs.FramesData.Face
-
Field Summary
Fields Modifier and Type Field Description private final Longtimestampprivate final Floatbrightnessprivate final Floatblurprivate final BooleanmagicCropPassedprivate final StringdetectionResultprivate final FloatfaceQualityScoreprivate final List<SelfieScanFrameLogs.FramesData.Face>faces
-
Constructor Summary
Constructors Constructor Description SelfieScanFrameLogs.FramesData(Long timestamp, Float brightness, Float blur, Boolean magicCropPassed, String detectionResult, Float faceQualityScore, List<SelfieScanFrameLogs.FramesData.Face> faces)
-
Method Summary
Modifier and Type Method Description final LonggetTimestamp()final FloatgetBrightness()final FloatgetBlur()final BooleangetMagicCropPassed()final StringgetDetectionResult()final FloatgetFaceQualityScore()final List<SelfieScanFrameLogs.FramesData.Face>getFaces()final JSONObjecttoJson()-
-
Method Detail
-
getTimestamp
final Long getTimestamp()
-
getBrightness
final Float getBrightness()
-
getMagicCropPassed
final Boolean getMagicCropPassed()
-
getDetectionResult
final String getDetectionResult()
-
getFaceQualityScore
final Float getFaceQualityScore()
-
getFaces
final List<SelfieScanFrameLogs.FramesData.Face> getFaces()
-
toJson
final JSONObject toJson()
-
-
-
-