mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
31 lines
1.5 KiB
Markdown
31 lines
1.5 KiB
Markdown
# openapi.model.ServerFeaturesDto
|
|
|
|
## Load the model package
|
|
```dart
|
|
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 |
|
|
**email** | **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 |
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|