public static interface IRecognitionCoreAPI.ProcessingSettings
Modifier and Type | Method and Description |
---|---|
int |
getProcessingThreadsCount()
Gets the number of processing threads to be used if applicable.
|
void |
setProcessingThreadsCount(int threadsCount)
Sets the number of processing threads to be used if applicable.
|
int getProcessingThreadsCount()
void setProcessingThreadsCount(int threadsCount)
threadsCount
- the new number of threads, zero if the number should be determined
automatically (default is zero)