2023-08-18 06:55:26 +02:00
# openapi.model.ServerFeaturesDto
2022-07-13 14:23:48 +02:00
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
2023-08-25 06:15:03 +02:00
**clipEncode** | **bool** | |
2023-08-25 19:44:52 +02:00
**configFile** | **bool** | |
2023-08-25 06:15:03 +02:00
**facialRecognition** | **bool** | |
2023-09-09 04:51:46 +02:00
**map** | **bool** | |
2023-08-18 06:55:26 +02:00
**oauth** | **bool** | |
**oauthAutoLaunch** | **bool** | |
**passwordLogin** | **bool** | |
2023-09-26 09:03:57 +02:00
**reverseGeocoding** | **bool** | |
2023-08-18 06:55:26 +02:00
**search** | **bool** | |
2023-08-25 06:15:03 +02:00
**sidecar** | **bool** | |
**tagImage** | **bool** | |
2022-07-13 14:23:48 +02:00
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)