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.

Class iDCESettingParameters

Stores the iDCESettingParameters information.

@interface iDCESettingParameters
Attribute type Descriptions
cameraInstance DynamsoftCameraEnhancer The Camera Enhancer instance
textResultDelegate DBRTextResultDelegate Set text result callback.
textResultData NSObject Transfer user data.
intermediateResultDelegate DBRIntermediateResultDelegate Set intermediate result callback.
intermediateResultData NSObject Transfer user data.

cameraInstance

The instance of Camera Enhancer. This instance will enable DBR to fetch frames from the Camera Enhancer frame queue and also take control of the status of the camera.

DynamsoftCameraEnhancer* cameraInstance

textResultDelegate

Set text result delegate.

DBRTextResultDelegate* textResultDelegate

The textResultDelegate includes the following Parameters:

frame: The frame data.
frameID: The ID of frame.
results: The recognized barcode result of the frame.
userData: Arguments passed to your function.

textResultData

Set the UserData of the textResultDelegate.

NSObject* textResultData

intermediateResultDelegate

Set intermediate result delegate.

DBRIntermediateResultDelegate* intermediateResultDelegate

The intermediateResultDelegate includes the following Parameters:

frameID: The ID of frame.
results: The intermediate result of the frame.
userData: Arguments passed to your function.

intermediateResultData

Set the UserData of the intermediateResultDelegate.

NSObject* intermediateResultData

This page is compatible for:

Version 7.5.0

Is this page helpful?

YesYes NoNo

In this article:

latest version

    • Latest version
    • Version 8.6.0
    • Version 8.4.0
    • Version 8.2.5
    • Version 8.2.3
    • Version 8.2.1
    • Version 8.2.0
    • Version 8.1.3
    • Version 8.1.2
    • Version 8.1.0
    • Version 8.0.0
    • Version 7.6.0
    • Version 7.5.0
    Change +
    © 2003–2021 Dynamsoft. All rights reserved.
    Privacy Statement / Site Map / Home / Purchase / Support