Use this property to set up the Face API integration.
bool? get useFaceApi => _useFaceApi;
set useFaceApi(bool? val) { _useFaceApi = val; _setProcessParams({"useFaceApi": val}, this); }