DocumentReader class

Constructors

DocumentReader()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

addPKDCertificates(dynamic certificates) Future
cancelDBUpdate() Future
checkDatabaseUpdate(dynamic databaseId) Future
clearPKDCertificates() Future
deinitializeReader() Future
getAPIVersion() Future
getAvailableScenarios() Future
getCameraSessionIsPaused() Future
getConfig() Future
getCoreMode() Future
getCoreVersion() Future
getDatabaseCountriesNumber() Future
getDatabaseDate() Future
getDatabaseDescription() Future
getDatabaseDocumentsNumber() Future
getDatabaseID() Future
getDatabaseVersion() Future
getDocumentReaderIsReady() Future
getDocumentReaderStatus() Future
getLicenseCountryFilter() Future
getLicenseExpiryDate() Future
getRfidScenario() Future
getRfidSessionStatus() Future
getSessionLogFolder() Future
getTag() Future
initializeReader(dynamic config) Future
initializeReaderAutomatically() Future
initializeReaderBleDeviceConfig() Future
isAuthenticatorAvailableForUse() Future
isBlePermissionsGranted() Future
isRFIDAvailableForUse() Future
licenseIsRfidAvailable() Future
parseCoreResults(dynamic json) Future
prepareDatabase(dynamic databaseType) Future
providePACertificates(dynamic certificates) Future
provideTACertificates(dynamic certificates) Future
provideTASignature(dynamic signature) Future
readRFID() Future
recognize(dynamic config) Future
recognizeData(dynamic data) Future
recognizeImage(dynamic image) Future
recognizeImages(dynamic images) Future
recognizeImagesWithImageInputs(dynamic images) Future
recognizeImageWithCameraMode(dynamic image, dynamic mode) Future
recognizeImageWithOpts(dynamic image, dynamic options) Future
recognizeVideoFrame(dynamic byteString, dynamic params) Future
removeDatabase() Future
resetConfiguration() Future
runAutoUpdate(dynamic databaseType) Future
scan(dynamic config) Future
selectedScenario() Future
setCameraSessionIsPaused(dynamic paused) Future
setConfig(dynamic config) Future
setEnableCoreLogs(dynamic logs) Future
setLanguage(dynamic language) Future
setRfidDelegate(dynamic delegate) Future
setRfidScenario(dynamic scenario) Future
setRfidSessionStatus(dynamic status) Future
setTag(dynamic tag) Future
setTCCParams(dynamic params) Future
showScanner() Future
showScannerWithCameraID(dynamic cameraID) Future
showScannerWithCameraIDAndOpts(dynamic cameraID, dynamic options) Future
startBluetoothService() Future
startNewPage() Future
startNewSession() Future
startRFIDReader() Future
stopRFIDReader() Future
stopRFIDReaderWithErrorMessage(dynamic message) Future
stopScanner() Future