forked from Cutlery/immich
		
	* feat: add setting for minimum face count for face detection Adds the minimum face count setting to the web interface to circumvent detection of strangers and random background people if desired. * fix: codestyle, remove max for face count
		
			
				
	
	
		
			21 lines
		
	
	
		
			598 B
		
	
	
	
		
			Markdown
		
	
	
	
	
		
			Generated
		
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			598 B
		
	
	
	
		
			Markdown
		
	
	
	
	
		
			Generated
		
	
	
# openapi.model.RecognitionConfig
 | 
						|
 | 
						|
## Load the model package
 | 
						|
```dart
 | 
						|
import 'package:openapi/api.dart';
 | 
						|
```
 | 
						|
 | 
						|
## Properties
 | 
						|
Name | Type | Description | Notes
 | 
						|
------------ | ------------- | ------------- | -------------
 | 
						|
**enabled** | **bool** |  | 
 | 
						|
**maxDistance** | **int** |  | 
 | 
						|
**minFaces** | **int** |  | 
 | 
						|
**minScore** | **int** |  | 
 | 
						|
**modelName** | **String** |  | 
 | 
						|
**modelType** | [**ModelType**](ModelType.md) |  | [optional] 
 | 
						|
 | 
						|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
 | 
						|
 | 
						|
 |