immich/mobile/openapi/doc/FacialRecognitionConfig.md

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

[Back to Model list] [Back to API list] [Back to README]