| Result Methods |
The Result type exposes the following members.
| Name | Description | |
|---|---|---|
| createScanResult |
Deserializes from JSON.
| |
| Equals | (Inherited from Object.) | |
| fromJson |
Creates Result if the resultJson is not null.
| |
| GetBarcodes |
List of barcodes recognized
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetImage |
Gets the original image of the given index by searching the output in order: OUTPUT_RETURN_BASE64, OUTPUT_SAVE.
This is a shortcut method, use GetOutputItems if you need more control.
| |
| GetImageFiles |
Gets the list of image files acquired through OUTPUT_SAVE
| |
| GetImageItems |
Lists of images acquired.
| |
| GetImages |
Returns all scanned images.
| |
| GetOutputItem |
Finds the first output item of the given type.
| |
| GetOutputItems |
List of all output items.
| |
| GetOutputItems(String) |
Finds the all output items of the given type.
| |
| GetPdfFile |
Gets the PDF file acquired through OUTPUT_SAVE
| |
| GetThumbnail |
Gets the thumbnail image of the given index by searching the output in order: OUTPUT_RETURN_BASE64_THUMB, OUTPUT_SAVE_THUMB.
This is a shortcut method, use {@linkplain #getOutputItems()} if you need more control.
| |
| GetThumbnailFiles |
Gets the list of image files acquired through OUTPUT_SAVE_THUMB
| |
| GetThumbnailUploadResponse |
Returns the thumbnail upload response if available.
This is a shortcut method, use GetOutputItems() if you need more control.
| |
| GetTiffFile |
Gets the TIFF file acquired through OUTPUT_SAVE
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetUploadResponse |
Returns the upload response if available.
This is a shortcut method, use GetOutputItems() if you need more control.
| |
| isUserCancelled |
Whether user pressed 'Cancel'.
| |
| ToString | (Overrides ObjectToString.) |