Result class
Provides access to the result of a multipage document capture.
class Result
Methods
Important! Methods below should be called from the Worker Thread only.
| Name | Description |
|---|---|
| clear |
Removes all the pages from the storage. |
| delete |
Removes the page with specified identifier. |
| getPages |
Returns all the pages identifiers in the storage. |
| loadBoundary |
Returns the document boundary for the specified page. |
| loadDocumentSize |
Returns the result document physical size in millimeters. |
| loadImage |
Returns the captured and cropped image for the specified page. |
| loadOriginalImage |
Returns the original captured image for the specified page. |
3/2/2022 12:59:15 PM