emotions_estimation_threads_count method Null safety

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