OptionaldecodedGet 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.
OptionalitemsAn array of CapturedResultItem objects representing the captured result items.
The hash ID of the original image.
OptionalparsedGet a ParsedResult object that contains all the ParsedResultItem in this CapturedResult.
OptionalprocessingGet a ProcessedDocumentResult object that contains all the EnhancedImageResultItem ,DeskewedImageResultItem and DetectedQuadResultItem in this CapturedResult.
OptionalrecognizedGet 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