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