Package com.incode.welcome_sdk.data
Class SelfieScanFrameLogs
-
- All Implemented Interfaces:
public final class SelfieScanFrameLogs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSelfieScanFrameLogs.Thresholdspublic final classSelfieScanFrameLogs.FramesData
-
Field Summary
Fields Modifier and Type Field Description private final LongbeginningTimestampprivate final LongendingTimestampprivate final Stringmodeprivate final StringfaceRecognitionModeprivate final StringlivenessDetectionModeprivate final StringfaceAuthModeprivate final IntegerframeWidthprivate final IntegerframeHeightprivate final BooleanisOutputTruncatedprivate final SelfieScanFrameLogs.Thresholdsthresholdsprivate final List<SelfieScanFrameLogs.FramesData>framesData
-
Constructor Summary
Constructors Constructor Description SelfieScanFrameLogs(Long beginningTimestamp, Long endingTimestamp, String mode, String faceRecognitionMode, String livenessDetectionMode, String faceAuthMode, Integer frameWidth, Integer frameHeight, Boolean isOutputTruncated, SelfieScanFrameLogs.Thresholds thresholds, List<SelfieScanFrameLogs.FramesData> framesData)
-
Method Summary
Modifier and Type Method Description final LonggetBeginningTimestamp()final LonggetEndingTimestamp()final StringgetMode()final StringgetFaceRecognitionMode()final StringgetLivenessDetectionMode()final StringgetFaceAuthMode()final IntegergetFrameWidth()final IntegergetFrameHeight()final BooleanisOutputTruncated()final SelfieScanFrameLogs.ThresholdsgetThresholds()final List<SelfieScanFrameLogs.FramesData>getFramesData()final JSONObjecttoJson()-
-
Constructor Detail
-
SelfieScanFrameLogs
SelfieScanFrameLogs(Long beginningTimestamp, Long endingTimestamp, String mode, String faceRecognitionMode, String livenessDetectionMode, String faceAuthMode, Integer frameWidth, Integer frameHeight, Boolean isOutputTruncated, SelfieScanFrameLogs.Thresholds thresholds, List<SelfieScanFrameLogs.FramesData> framesData)
-
-
Method Detail
-
getBeginningTimestamp
final Long getBeginningTimestamp()
-
getEndingTimestamp
final Long getEndingTimestamp()
-
getFaceRecognitionMode
final String getFaceRecognitionMode()
-
getLivenessDetectionMode
final String getLivenessDetectionMode()
-
getFaceAuthMode
final String getFaceAuthMode()
-
getFrameWidth
final Integer getFrameWidth()
-
getFrameHeight
final Integer getFrameHeight()
-
isOutputTruncated
final Boolean isOutputTruncated()
-
getThresholds
final SelfieScanFrameLogs.Thresholds getThresholds()
-
getFramesData
final List<SelfieScanFrameLogs.FramesData> getFramesData()
-
toJson
final JSONObject toJson()
-
-
-
-