[TASK] (untested) Updated API to work with Immich 3.0
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user