VideoWorkerParams class Null safety
Parameters of the VideoWorker constructor.
Constructors
Properties
- hashCode → int
- 
  The hash code for this object.
  read-only, inherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  read-only, inherited
Methods
- 
  active_liveness_checks_order(List< ActiveLivenessCheckType> value) → VideoWorkerParams
- Set the order for checking the active liveness
- 
  age_gender_estimation_threads_count(int value) → VideoWorkerParams 
- Set the number of threads for age_gender estimation.
- 
  emotions_estimation_threads_count(int value) → VideoWorkerParams 
- Set the number of threads for estimation of emotions.
- 
  matching_threads_count(int value) → VideoWorkerParams 
- Set the number of threads for matching templates with the database.
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a non-existent method or property is accessed.
  inherited
- 
  processing_threads_count(int value) → VideoWorkerParams 
- Set the number of threads for creating templates.
- 
  recognizer_ini_file(String value) → VideoWorkerParams 
- Set the name of the configuration file for Recognizer that will be used inside VideoWorker.
- 
  short_time_identification_distance_threshold(double value) → VideoWorkerParams 
- Set the recognition distance threshold for "short time identification".
- 
  short_time_identification_enabled(bool value) → VideoWorkerParams 
- Set the flag enabling "short time identification".
- 
  short_time_identification_outdate_time_seconds(double value) → VideoWorkerParams 
- Set outdate_time in seconds for "short time identification".
- 
  streams_count(int value) → VideoWorkerParams 
- Set the number of video streams.
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
- 
  video_worker_config(Config value) → VideoWorkerParams 
- Set the VideoWorker configuration file with optionally overridden parameters.
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited