Class OneSideScanResult
java.lang.Object
com.microblink.blinkid.activity.result.BaseScanResult<BlinkIdSingleSideRecognizer.Result>
com.microblink.blinkid.activity.result.OneSideScanResult
Result of the scanning process using
BlinkIdSingleSideRecognizer
. You should first check the result status by using the
BaseScanResult.getResultStatus()
. If it is ResultStatus.FINISHED
, data will be available in
the returned BlinkIdSingleSideRecognizer.Result
object, otherwise it will be null
.-
Constructor Summary
ConstructorDescriptionOneSideScanResult
(ResultStatus resultStatus, BlinkIdSingleSideRecognizer.Result result, Throwable exception) -
Method Summary
Methods inherited from class com.microblink.blinkid.activity.result.BaseScanResult
getException, getResult, getResultStatus
-
Constructor Details
-
OneSideScanResult
public OneSideScanResult(ResultStatus resultStatus, BlinkIdSingleSideRecognizer.Result result, Throwable exception)
-