immich/mobile/openapi/doc/DuplicateDetectionConfig.md

16 lines
531 B
Markdown

# openapi.model.DuplicateDetectionConfig
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**enabled** | **bool** | Whether the task is enabled |
**maxDistance** | **double** | Maximum distance threshold for duplicate detection |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)