threadCount property
Number of threads to be used for face analysis. Hint: Default value is 1. Allocating more than one thread can increase the speed of the process.
throws FaceException An error has occurred during Face Library execution.
Implementation
int get threadCount => getThreadCount();
Implementation
set threadCount(int value) => setThreadCount(value);