Optional
onEvent triggered when a generic captured result is available, occurring each time an image finishes its processing. This event can be used for any result that does not fit into the specific categories of the other callback events.
Optional
onEvent triggered when decoded barcodes are available. This event is used to handle barcodes that have been successfully decoded by Dynamsoft Barcode Reader.
Optional
onEvent triggered when parsed results are available. This event is used for handling results that have been parsed into a structured format by Dynamsoft Code Parser.
Optional
onEvent triggered when processed document result are available. This event is used for handling images that have been processed or normalized (e.g., corrected for skew or perspective), by Dynamsoft Document Normalizer.
Optional
onEvent triggered when recognized text lines are available. This event is used to handle the result of text recognition by Dynamsoft Label Recognizer.
The CapturedResultReceiver class is designed as a standardized way for retrieving captured results in the Dynamsoft Capture Vision architecture. It adopts an event-driven approach, with events dedicated to various result types, such as the original image, decoded barcodes, recognized text lines, detected quads, normalized images, and parsed results, etc.
Code snippet:
See
CaptureVisionRouter.addResultReceiver