Package com.incode.welcome_sdk.results
Class IdScanResult
-
- All Implemented Interfaces:
public final class IdScanResult extends BaseResult
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classIdScanResult.Companion
-
Field Summary
Fields Modifier and Type Field Description private final IdScan.IdTypeactualIdTypepublic StringidImagePathpublic StringidImageBase64public IntegerscanStatuspublic IdScan.IdTypechosenIdTypepublic StringclassifiedIdTypepublic IdCategoryidCategorypublic BooleanisOnlyFrontpublic BooleanisOnlyBackpublic StringcroppedFacePathpublic StringissueNamepublic IntegerissueYearpublic StringcountryCodepublic StringfailReasonpublic BooleanskipBackIdCapturepublic IntegeridealCaptureEnvironmentTestResultpublic Stringmetadatapublic ResultCoderesultCodepublic Throwableerrorpublic DeviceStatsdeviceStatspublic final static IdScanResult.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description IdScanResult(String idImagePath, String idImageBase64, Integer scanStatus, IdScan.IdType chosenIdType, String classifiedIdType, IdCategory idCategory, Boolean isOnlyFront, Boolean isOnlyBack, String croppedFacePath, String issueName, Integer issueYear, String countryCode, String failReason, Boolean skipBackIdCapture, Integer idealCaptureEnvironmentTestResult, String metadata)
-
Method Summary
Modifier and Type Method Description final IdScan.IdTypegetActualIdType()-
-
Constructor Detail
-
IdScanResult
IdScanResult(String idImagePath, String idImageBase64, Integer scanStatus, IdScan.IdType chosenIdType, String classifiedIdType, IdCategory idCategory, Boolean isOnlyFront, Boolean isOnlyBack, String croppedFacePath, String issueName, Integer issueYear, String countryCode, String failReason, Boolean skipBackIdCapture, Integer idealCaptureEnvironmentTestResult, String metadata)
-
-
Method Detail
-
getActualIdType
final IdScan.IdType getActualIdType()
-
-
-
-