threadCount property
Number of threads to use for detection. Hint: Default value is 1. Allocating more than 1 thread here can increase the speed of the process.
throws DocumentException An error has occurred during Document Library execution.
Implementation
int get threadCount => getThreadCount();
Implementation
set threadCount(int value) => setThreadCount(value);