mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
1.5 KiB
1.5 KiB
openapi.model.ServerFeaturesDto
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| backups | bool | Whether the backups feature is enabled | |
| configFile | bool | Whether config file is available | |
| duplicateDetection | bool | Whether duplicate detection is enabled | |
| bool | Whether email notifications are enabled | ||
| facialRecognition | bool | Whether facial recognition is enabled | |
| importFaces | bool | Whether face import is enabled | |
| map | bool | Whether map feature is enabled | |
| oauth | bool | Whether OAuth is enabled | |
| oauthAutoLaunch | bool | Whether OAuth auto-launch is enabled | |
| ocr | bool | Whether OCR is enabled | |
| passwordLogin | bool | Whether password login is enabled | |
| realtimeTranscoding | bool | Whether real-time transcoding is enabled | |
| reverseGeocoding | bool | Whether reverse geocoding is enabled | |
| search | bool | Whether search is enabled | |
| sidecar | bool | Whether sidecar files are supported | |
| smartSearch | bool | Whether smart search is enabled | |
| trash | bool | Whether trash feature is enabled |