<SearchProtocol> Protocol Reference
#import <CraftARProtocols.h>
Inheritance diagram for <SearchProtocol>:

Instance Methods |
|
(void) | - didGetSearchResults: |
(void) | - didFailSearchWithError: |
Detailed Description
Protocol used to receive Visual search responses from an ImageRecognition class.
Method Documentation
- (void) didFailSearchWithError: | (NSError *) | error |
Called when an error is produced during visual recognition.
- (void) didGetSearchResults: | (NSArray *) | results |
Called when the ImageRecognition class gets some results
The documentation for this protocol was generated from the following file:
- CraftARProSDK.framework/Headers/CraftARProtocols.h