Resource Base
Table of contents

Thanks for downloading Dynamsoft Barcode Reader Package!

Your download will start shortly. If your download does not begin, click here to retry.

CapturedResult

You are reading a history page of DynamsoftCore. Start from v3.2.10, the CapturedResult class is moved to the DynamsoftCaptureVisionRouter module. View the DynamsoftCaptureVisionRouter.CapturedResult for the latest version.

The CapturedResult class represents the result of a capture operation on an image. Internally, CapturedResult stores an array that contains multiple items, each of which may be a barcode, text line, detected quad, normalized image, original image, parsed item, etc.

Definition

Namespace: com.dynamsoft.core.basic_structures

Assembly: DynamsoftCore.aar

class CapturedResult

Attributes

Method Description
getOriginalImageHashId Get the hash id of the original image. You can use this ID to get the original image via IntermediateResultManager class.
getOriginalImageTag Get the ImageTag of the original image that records information such as the image ID of the original image.
getItems Get an array of CapturedResultItems, which are the basic unit of the captured results. A CapturedResultItem can be a original image, a decoded barcode, a recognized text, a detected quad, a normalized image or a parsed result. View CapturedResultItemType for all available types.
getrotationTransformMatrix Get the rotation transformation matrix of the original image relative to the rotated image.
getErrorCode Get the error code if an error occurs when processing the image.
getErrorMessage Get the error message if an error occurs when processing the image.

getOriginalImageHashId

Get the hash ID of the original image which can be used to get the original image via the IntermediateResultManager class.

String getOriginalImageHashId();

Return Value

The hash id of the original image.

getOriginalImageTag

Get the ImageTag of the original image that records information such as the image ID of the original image.

ImageTag getOriginalImageTag();

Return Value

The tag of the original image that records the information of the original image.

getItems

Get an array of CapturedResultItem, which is the basic unit of the captured results. A CapturedResultItem can be a original image, a decoded barcode, a recognized text, a detected quad, a normalized image, or a parsed result. View CapturedResultItemType for all available types.

CapturedResultItem[] getItems();

Return Value

An array containing the CapturedResultItem objects within the captured result.

getRotationTransformMatrix

Get the rotation transformation matrix of the original image relative to the rotated image.

Matrix getRotationTransformMatrix();

Return Value

Return the rotation transformation matrix of the original image relative to the rotated image.

getErrorCode

Get the error code if an error occurs when processing the image.

int getErrorCode();

getErrorMessage

Get the error message if an error occurs when processing the image.

String getErrorMessage();

This page is compatible for:

Version 1.0

Is this page helpful?

YesYes NoNo

In this article:

latest version

  • Latest version
  • Version 2.x
    • Version 2.2.10
    • Version 2.0.21
    • Version 2.0.20
    • Version 2.0.10
    • Version 2.2.10
    • Version 2.0.21
    • Version 2.0.20
    • Version 2.0.10
  • Version 1.x
    • Version 1.2.1
    • Version 1.2.0
    • Version 1.1.0
    • Version 1.0.0
    • Version 1.0.4
    • Version 1.0.3
    • Version 1.0.2
    • Version 1.0.1
    • Version 1.0.0
    • Version 1.1.11
    • Version 1.1.9
    • Version 1.1.8
    • Version 1.1.7
    • Version 1.1.6
    • Version 1.1.5
    • Version 1.1.4
    • Version 1.1.3
    • Version 1.1.2
    • Version 1.1.1
    • Version 1.1.0
    • Version 1.0.0
    • Version 1.0.4
    • Version 1.0.3
    • Version 1.0.2
    • Version 1.0.1
    • Version 1.0.0
Change +
© 2003–2024 Dynamsoft. All rights reserved.
Privacy Statement / Site Map / Home / Purchase / Support