Optional
decodedGet a DecodedBarcodesResult object that contains all the BarcodeResultItem in this CapturedResult.
Error code associated with the capture result.
Error string providing details about the error.
Optional
itemsAn array of CapturedResultItem objects representing the captured result items.
The hash ID of the original image.
Optional
parsedGet a ParsedResult object that contains all the ParsedResultItem in this CapturedResult.
Optional
processingGet a ProcessedDocumentResult object that contains all the EnhancedImageResultItem ,DeskewedImageResultItem and DetectedQuadResultItem in this CapturedResult.
Optional
recognizedGet a RecognizedTextLinesResult object that contains all the TextLineResultItem in this CapturedResult.
the rotation transformation matrix of the original image relative to the rotated image.
The CapturedResult interface describes the basic structure of a result object returned by Dynamsoft Capture Vision Router(CaptureVisionRouter).
Remarks
Depending on the functional module that generated the result item, the interface may vary:
See