model property

FaceModel model

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();
void model=(FaceModel value)

Implementation

set model(FaceModel value) => setModel(value);