Resource Base
Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
Represents the method to handle the intermediate result array returned by the library.
@protocol DBRIntermediateResultDelegate <NSObject>
Method | Type | Description |
---|---|---|
intermediateResultCallback |
required | The method for users to add code for using intermediate results. |
The method for users to add code for using intermediate results.
@required
- (void)intermediateResultCallback:(NSInteger)frameId results:(NSArray<iIntermediateResult*>* _Nullable)results userData: (NSObject* _Nullable)userData;
Parameters
frameID
: The ID of the frame.
results
: The intermediate results of the frame.
userData
: Arguments to pass to your function(s).
latest version