CloudRecognitionSearchController Class Reference
Inheritance diagram for CloudRecognitionSearchController:

Instance Methods |
|
(id) | - initWithCloudIR: |
(bool) | - setSearchPeriod: |
(void) | - setMaxSearchesPerSecond: |
![]() |
|
![]() |
Properties |
|
BOOL | mAccumulateSearches |
Method Documentation
- (void) setMaxSearchesPerSecond: | (float) | __deprecated |
Set the maximum number of search requests per second to be sent in Finder Mode.
- Parameters
-
searchesPerSecond should be a value greater than 0 and not higher than 2.0 The default value is 2.0
- (bool) setSearchPeriod: | (int) | periodMs |
Modify the rate at which this SearchController performs searches.
This SearchController will search only when there are no previous petitions pending.
- Parameters
-
periodMs requested period in ms (must be >= 500ms , which means a maximum of 2 requests/second).
- Returns
- true if the search period was succesfully modified, false otherwise.
Property Documentation
|
readwritenonatomicassign |
In Finder Mode, whether to allow searcg requests to be accumulated in a queue or wait for the request in progress to finish before sending a new one. False by default.
The documentation for this class was generated from the following file:
- CraftARProSDK.framework/Headers/CloudRecognitionSearchController.h
Comments
0 comments
Article is closed for comments.