mirror of
https://github.com/immich-app/immich.git
synced 2024-12-12 11:45:38 +02:00
092a23fd7f
* remove image tagging * updated lock * fixed tests, improved logging * be nice * fixed tests
19 lines
577 B
Markdown
Generated
19 lines
577 B
Markdown
Generated
# openapi.model.SystemConfigMachineLearningDto
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:openapi/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**clip** | [**CLIPConfig**](CLIPConfig.md) | |
|
|
**enabled** | **bool** | |
|
|
**facialRecognition** | [**RecognitionConfig**](RecognitionConfig.md) | |
|
|
**url** | **String** | |
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|