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 class
SelfieScanFrameLogs.Thresholds
public final class
SelfieScanFrameLogs.FramesData
-
Field Summary
Fields Modifier and Type Field Description private final Long
beginningTimestamp
private final Long
endingTimestamp
private final String
mode
private final String
faceRecognitionMode
private final String
livenessDetectionMode
private final String
faceAuthMode
private final Integer
frameWidth
private final Integer
frameHeight
private final Boolean
isOutputTruncated
private final SelfieScanFrameLogs.Thresholds
thresholds
private 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 Long
getBeginningTimestamp()
final Long
getEndingTimestamp()
final String
getMode()
final String
getFaceRecognitionMode()
final String
getLivenessDetectionMode()
final String
getFaceAuthMode()
final Integer
getFrameWidth()
final Integer
getFrameHeight()
final Boolean
isOutputTruncated()
final SelfieScanFrameLogs.Thresholds
getThresholds()
final List<SelfieScanFrameLogs.FramesData>
getFramesData()
final JSONObject
toJson()
-
-
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()
-
-
-
-