Optional
decodedGet a DecodedBarcodesResult object that contains all the BarcodeResultItem in this CapturedResult.
Optional
detectedGet a DetectedQuadsResult object that contains all the DetectedQuadResultItem 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.
Optional
normalizedGet a NormalizedImagesResult object that contains all the NormalizedImageResultItem in this CapturedResult.
The hash ID of the original image.
Optional
parsedGet a ParsedResult object that contains all the ParsedResultItem 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
CapturedResultReceiver.onCapturedResultReceived