mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
* feat: reverse geocoding settings * chore: open api * re-init geocoder if precision has been updated * update docs * chore: update verbiage * fix: re-init logic * fix: reset to default --------- Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
1.1 KiB
Generated
1.1 KiB
Generated
openapi.model.SystemConfigDto
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ffmpeg | SystemConfigFFmpegDto | ||
| job | SystemConfigJobDto | ||
| machineLearning | SystemConfigMachineLearningDto | ||
| map | SystemConfigMapDto | ||
| oauth | SystemConfigOAuthDto | ||
| passwordLogin | SystemConfigPasswordLoginDto | ||
| reverseGeocoding | SystemConfigReverseGeocodingDto | ||
| storageTemplate | SystemConfigStorageTemplateDto | ||
| thumbnail | SystemConfigThumbnailDto |