emotions_estimation_threads_count method Null safety
- int value
Set the number of threads for estimation of emotions.
Implementation
VideoWorkerParams emotions_estimation_threads_count(int value) {
_emotions_estimation_threads_count = value;
return this;
}