model property
Model used to create templates. Hint: Default value is FaceEncoder9A which is the best available algorithm in this SDK in terms of accuracy. Some better accuracy/speed balances can be found by choosing another model.
throws FaceException An error has occurred during Face Library execution.
Implementation
FaceModel get model => getModel();
Implementation
set model(FaceModel value) => setModel(value);