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 class
IdScanResult.Companion
-
Field Summary
Fields Modifier and Type Field Description private final IdScan.IdType
actualIdType
public String
idImagePath
public String
idImageBase64
public Integer
scanStatus
public IdScan.IdType
chosenIdType
public String
classifiedIdType
public IdCategory
idCategory
public String
croppedFacePath
public String
issueName
public Integer
issueYear
public String
countryCode
public String
failReason
public Boolean
skipBackIdCapture
public Integer
idealCaptureEnvironmentTestResult
public ResultCode
resultCode
public Throwable
error
public final static IdScanResult.Companion
Companion
-
Constructor Summary
Constructors Constructor Description IdScanResult(String idImagePath, String idImageBase64, Integer scanStatus, IdScan.IdType chosenIdType, String classifiedIdType, IdCategory idCategory, String croppedFacePath, String issueName, Integer issueYear, String countryCode, String failReason, Boolean skipBackIdCapture, Integer idealCaptureEnvironmentTestResult)
-
Method Summary
Modifier and Type Method Description final IdScan.IdType
getActualIdType()
-
-
Constructor Detail
-
IdScanResult
IdScanResult(String idImagePath, String idImageBase64, Integer scanStatus, IdScan.IdType chosenIdType, String classifiedIdType, IdCategory idCategory, String croppedFacePath, String issueName, Integer issueYear, String countryCode, String failReason, Boolean skipBackIdCapture, Integer idealCaptureEnvironmentTestResult)
-
-
Method Detail
-
getActualIdType
final IdScan.IdType getActualIdType()
-
-
-
-