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 classIdScanFrameLogs.Thresholdspublic final classIdScanFrameLogs.FramesData
-
Field Summary
Fields Modifier and Type Field Description private final StringmodelVersionprivate final LongbeginningTimestampprivate final LongendingTimestampprivate final BooleanenableBackShownAsFrontCheckprivate final BooleanenableFrontShownAsBackCheckprivate final FloatautocapturedFrameScoreprivate final BooleanisOutputTruncatedprivate final BooleanshouldSkipLocalGlareCheckBackIdprivate final Stringalgorithmprivate final IdScanFrameLogs.Thresholdsthresholdsprivate 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, String algorithm, IdScanFrameLogs.Thresholds thresholds, List<IdScanFrameLogs.FramesData> framesData)
-
Method Summary
Modifier and Type Method Description final StringgetModelVersion()final LonggetBeginningTimestamp()final LonggetEndingTimestamp()final BooleangetEnableBackShownAsFrontCheck()final BooleangetEnableFrontShownAsBackCheck()final FloatgetAutocapturedFrameScore()final BooleanisOutputTruncated()final BooleangetShouldSkipLocalGlareCheckBackId()final StringgetAlgorithm()final IdScanFrameLogs.ThresholdsgetThresholds()final List<IdScanFrameLogs.FramesData>getFramesData()final JSONObjecttoJson()-
-
Constructor Detail
-
IdScanFrameLogs
IdScanFrameLogs(String modelVersion, Long beginningTimestamp, Long endingTimestamp, Boolean enableBackShownAsFrontCheck, Boolean enableFrontShownAsBackCheck, Float autocapturedFrameScore, Boolean isOutputTruncated, Boolean shouldSkipLocalGlareCheckBackId, String algorithm, 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()
-
getAlgorithm
final String getAlgorithm()
-
getThresholds
final IdScanFrameLogs.Thresholds getThresholds()
-
getFramesData
final List<IdScanFrameLogs.FramesData> getFramesData()
-
toJson
final JSONObject toJson()
-
-
-
-