A
C
D
E
G
H
I
P
R
S
T
W
G
- GenericDocumentAutoSnappingController - class in io.scanbot.sdk.genericdocument
- Controls auto-snapping for generic document scanning.
- GenericDocumentAutoSnappingController.Companion - class in io.scanbot.sdk.genericdocument.GenericDocumentAutoSnappingController
- GenericDocumentAutoSnappingController.Param - class in io.scanbot.sdk.genericdocument.GenericDocumentAutoSnappingController
- Data holder for info needed for frame validation.
- GenericDocumentRecognitionResult - class in io.scanbot.sdk.genericdocument
- Container for results of GenericDocumentRecognizer
- GenericDocumentRecognitionResult.RecognitionStatus - class in io.scanbot.sdk.genericdocument.GenericDocumentRecognitionResult
- Enumerated result status of the recognition
- GenericDocumentRecognizer - class in io.scanbot.sdk.genericdocument
- Component to scan image, detect different documents of known types, perform image optimization, cropping and (optionally) fields detection and fields' data recognition
- GenericDocumentRecognizerFrameHandler - class in io.scanbot.sdk.genericdocument
- Performs document recognition on camera preview frames.
- GenericDocumentRecognizerFrameHandler.Companion - class in io.scanbot.sdk.genericdocument.GenericDocumentRecognizerFrameHandler
- GenericDocumentRecognizerFrameHandler.GenericDocumentRecognizerResultHandler - class in io.scanbot.sdk.genericdocument.GenericDocumentRecognizerFrameHandler
- Successor-class needed for cross-platform implementation
- GenericDocumentRecognizerFrameHandler.ResultHandler - class in io.scanbot.sdk.genericdocument.GenericDocumentRecognizerFrameHandler
- Continuously notified about document recognition results.
- GenericDocumentResultLruStorage - class in io.scanbot.sdk.genericdocument.result
- Stores and provides access to the scanning result of the given type by ResultId This implementation uses LRU cache as a storage to keep the memory usage low even if many results will be added to the storage
- GenericDocumentResultLruStorage.Companion - class in io.scanbot.sdk.genericdocument.result.GenericDocumentResultLruStorage
- GenericDocumentResultRepository - class in io.scanbot.sdk.genericdocument.result
- Provides access to the scanning result of the given type by ResultId The current implementation of the repository keeps the result only in RAM and does not store anything on the persistent storage It is important to persist the data manually if it is needed to be used after the restart of the process of the application Be careful when processing the intent with ResultId in onCreate method of the Activity as it may be recreated after the termination of the process
- getAcceptedDocumentTypes() - function in io.scanbot.sdk.genericdocument.DefaultGenericDocumentRecognizer
- Accepted document types.
- getAcceptedDocumentTypes() - function in io.scanbot.sdk.genericdocument.GenericDocumentRecognizer
- Accepted document types.
- getAcceptedSharpnessScore() - function in io.scanbot.sdk.genericdocument.DefaultGenericDocumentRecognizer
- Accepted minimal sharpness score.
- getAcceptedSharpnessScore() - function in io.scanbot.sdk.genericdocument.GenericDocumentRecognizer
- Accepted minimal sharpness score.
- getAcceptedType() - function in io.scanbot.sdk.genericdocument.result.GenericDocumentResultRepository
- getCroppedImage() - function in io.scanbot.sdk.genericdocument.GenericDocumentRecognitionResult
- Contains cropped document image if it was detected (that is when status equals RecognitionStatus.Success or RecognitionStatus.SuccessFound)
- getDocument() - function in io.scanbot.sdk.genericdocument.GenericDocumentRecognitionResult
- Contains a document which might be wrapped into one of io.scanbot.genericdocument.entity modelsFor the convenience it is possible to get strongly typed wrapper around GenericDocument To do so, use the io.scanbot.genericdocument.entity.GenericDocumentLibrary wrapperFromGenericDocument method
- getIsEnabled() - function in io.scanbot.sdk.genericdocument.GenericDocumentAutoSnappingController
- getIsEnabled() - function in io.scanbot.sdk.genericdocument.GenericDocumentRecognizerFrameHandler
- Parameter determines if document detection is enabled.
- getLRU_CACHE_SIZE() - function in io.scanbot.sdk.genericdocument.result.GenericDocumentResultLruStorage.Companion
- The size of the LRU Cache.
- getName() - function in io.scanbot.sdk.genericdocument.GenericDocumentRecognitionResult.RecognitionStatus
- getOrdinal() - function in io.scanbot.sdk.genericdocument.GenericDocumentRecognitionResult.RecognitionStatus
- getResult(String) - function in io.scanbot.sdk.genericdocument.result.GenericDocumentResultLruStorage
- getResult(TypeAliased(typeAlias=GenericTypeConstructor(dri=io.scanbot.sdk.ui.result/ResultId///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})), inner=GenericTypeConstructor(dri=java.lang/String///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})))) - function in io.scanbot.sdk.genericdocument.result.GenericDocumentResultRepository
- getResultAndErase(TypeAliased(typeAlias=GenericTypeConstructor(dri=io.scanbot.sdk.ui.result/ResultId///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})), inner=GenericTypeConstructor(dri=java.lang/String///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})))) - function in io.scanbot.sdk.genericdocument.result.GenericDocumentResultRepository
- getStateListener() - function in io.scanbot.sdk.genericdocument.GenericDocumentAutoSnappingController
- getStatus() - function in io.scanbot.sdk.genericdocument.GenericDocumentRecognitionResult
- Recognition status
- getStatus() - function in io.scanbot.sdk.genericdocument.GenericDocumentAutoSnappingController.Param
- getStorage() - function in io.scanbot.sdk.genericdocument.result.GenericDocumentResultRepository