Documentation
Table of contents

Thanks for downloading Dynamsoft Label Recognizer Package!

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

LabelResultListener

You are viewing a history document page of Dynamsoft Label Recognizer Android v2.2.20.

LabelResultListener is the interface to handle callbacks when the detection results are returned.

interface com.dynamsoft.dlr.LabelResultListener
Method Description
labelResultCallback The callback method to handle the recognized label results returned by the library.

labelResultCallback

The callback method to handle the recognized label results returned by the library.

void labelResultCallback(int frameId, ImageData imageData, DLRResult[] labelResults);

Parameters

[in] frameId The ID of the frame.
[in] imgData The image data of frame.
[in] labelResults Recognized label results of the frame.

Code Snippet

LabelResultListener labelResultListener = new LabelResultListener() {
    @Override
    public void labelResultCallback(int frameId, ImageData imageData, DLRResult[] labelResults) {
        // Add your code
    }
};

This page is compatible for:

Version 7.5.0

Is this page helpful?

YesYes NoNo

In this article:

latest version

    • Latest version
    • Version 2.2.20
    • Version 2.0.0
    • Version 1.2.1
    • Version 1.2
    • Version 1.0
    Change +
    © 2003–2024 Dynamsoft. All rights reserved.
    Privacy Statement / Site Map / Home / Purchase / Support