mirror of
https://github.com/immich-app/immich.git
synced 2025-11-03 11:19:10 -05: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>
735 B
Generated
735 B
Generated
openapi.model.ServerFeaturesDto
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| clipEncode | bool | ||
| configFile | bool | ||
| facialRecognition | bool | ||
| map | bool | ||
| oauth | bool | ||
| oauthAutoLaunch | bool | ||
| passwordLogin | bool | ||
| reverseGeocoding | bool | ||
| search | bool | ||
| sidecar | bool | ||
| tagImage | bool |