[TASK] (untested) Updated API to work with Immich 3.0

This commit is contained in:
2026-07-03 20:13:42 +02:00
parent 7ed8d7984c
commit d50345fc64
839 changed files with 39747 additions and 18816 deletions
@@ -5,11 +5,11 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**enabled** | **bool** | |
**max_distance** | **float** | |
**min_faces** | **int** | |
**min_score** | **float** | |
**model_name** | **str** | |
**enabled** | **bool** | Whether the task is enabled |
**max_distance** | **float** | Maximum distance threshold for face recognition |
**min_faces** | **int** | Minimum number of faces required for recognition |
**min_score** | **float** | Minimum confidence score for face detection |
**model_name** | **str** | Name of the model to use |
## Example