# openapi.model.FacialRecognitionConfig ## Load the model package ```dart import 'package:openapi/api.dart'; ``` ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **enabled** | **bool** | Whether the task is enabled | **maxDistance** | **double** | Maximum distance threshold for face recognition | **minFaces** | **int** | Minimum number of faces required for recognition | **minScore** | **double** | Minimum confidence score for face detection | **modelName** | **String** | Name of the model to use | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)