initWithEngine: method of the AUIDataCaptureScenario interface
Connects the AUIDataCaptureScenario object with the RTREngine object that implements capture and recognition.
- (instancetype)initWithEngine:(RTREngine*)engine;
Parameters
- engine
- An instance of the corresponding to the scenario RTREngine object.
Return values
The method returns an instance of the AUIDataCaptureScenario interface initialized with the RTREngine object.
3/2/2022 12:59:15 PM