Package com.incode.welcome_sdk.data
Class IdScanFrameLogs
-
- All Implemented Interfaces:
public final class IdScanFrameLogs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
IdScanFrameLogs.Thresholds
public final class
IdScanFrameLogs.FramesData
-
Field Summary
Fields Modifier and Type Field Description private final String
modelVersion
private final Long
beginningTimestamp
private final Long
endingTimestamp
private final Boolean
enableBackShownAsFrontCheck
private final Boolean
enableFrontShownAsBackCheck
private final Float
autocapturedFrameScore
private final Boolean
isOutputTruncated
private final Boolean
shouldSkipLocalGlareCheckBackId
private final IdScanFrameLogs.Thresholds
thresholds
private final List<IdScanFrameLogs.FramesData>
framesData
-
Constructor Summary
Constructors Constructor Description IdScanFrameLogs(String modelVersion, Long beginningTimestamp, Long endingTimestamp, Boolean enableBackShownAsFrontCheck, Boolean enableFrontShownAsBackCheck, Float autocapturedFrameScore, Boolean isOutputTruncated, Boolean shouldSkipLocalGlareCheckBackId, IdScanFrameLogs.Thresholds thresholds, List<IdScanFrameLogs.FramesData> framesData)
-
Method Summary
Modifier and Type Method Description final String
getModelVersion()
final Long
getBeginningTimestamp()
final Long
getEndingTimestamp()
final Boolean
getEnableBackShownAsFrontCheck()
final Boolean
getEnableFrontShownAsBackCheck()
final Float
getAutocapturedFrameScore()
final Boolean
isOutputTruncated()
final Boolean
getShouldSkipLocalGlareCheckBackId()
final IdScanFrameLogs.Thresholds
getThresholds()
final List<IdScanFrameLogs.FramesData>
getFramesData()
final JSONObject
toJson()
-
-
Constructor Detail
-
IdScanFrameLogs
IdScanFrameLogs(String modelVersion, Long beginningTimestamp, Long endingTimestamp, Boolean enableBackShownAsFrontCheck, Boolean enableFrontShownAsBackCheck, Float autocapturedFrameScore, Boolean isOutputTruncated, Boolean shouldSkipLocalGlareCheckBackId, IdScanFrameLogs.Thresholds thresholds, List<IdScanFrameLogs.FramesData> framesData)
-
-
Method Detail
-
getModelVersion
final String getModelVersion()
-
getBeginningTimestamp
final Long getBeginningTimestamp()
-
getEndingTimestamp
final Long getEndingTimestamp()
-
getEnableBackShownAsFrontCheck
final Boolean getEnableBackShownAsFrontCheck()
-
getEnableFrontShownAsBackCheck
final Boolean getEnableFrontShownAsBackCheck()
-
getAutocapturedFrameScore
final Float getAutocapturedFrameScore()
-
isOutputTruncated
final Boolean isOutputTruncated()
-
getShouldSkipLocalGlareCheckBackId
final Boolean getShouldSkipLocalGlareCheckBackId()
-
getThresholds
final IdScanFrameLogs.Thresholds getThresholds()
-
getFramesData
final List<IdScanFrameLogs.FramesData> getFramesData()
-
toJson
final JSONObject toJson()
-
-
-
-