age_gender_estimation_threads_count method Null safety

VideoWorkerParams age_gender_estimation_threads_count(
  1. 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;
}