mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
736 B
736 B
openapi.model.FacialRecognitionConfig
Load the model package
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 |