Result

data class Result(val resultCode: Int, val result: List<Page>?, val isLicenseInvalid: Boolean, val sdkIsNotInitialized: Boolean, val settings: DocumentScannerActivity.DocumentScannerSettings) : ScanbotActivityResult<List<Page>>

Constructors

Link copied to clipboard
constructor(resultCode: Int, result: List<Page>?, isLicenseInvalid: Boolean, sdkIsNotInitialized: Boolean, settings: DocumentScannerActivity.DocumentScannerSettings)

Properties

Link copied to clipboard
open override val isLicenseInvalid: Boolean

Indicates whether RTU returned due to license issue detected. In case of true no result should be expected.

Link copied to clipboard
open override val result: List<Page>?

Scanning or recognition result - the essence of components work done.

Link copied to clipboard
open override val resultCode: Int

Defines whether activity finished and result provided or, for example, Activity.RESULT_CANCELED

Link copied to clipboard
open override val sdkIsNotInitialized: Boolean

Indicates whether RTU returned due to Scanbot SDK is not initialized. In case of true no result should be expected.