threadCount property

int threadCount

Number of threads to be used for face detection and tracking. 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();
void threadCount=(int value)

Implementation

set threadCount(int value) => setThreadCount(value);