mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
1.4 KiB
1.4 KiB
openapi.model.SyncAssetExifV1
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| assetId | String | Asset ID | |
| city | String | City | |
| country | String | Country | |
| dateTimeOriginal | DateTime | Date time original | |
| description | String | Description | |
| exifImageHeight | int | Exif image height | |
| exifImageWidth | int | Exif image width | |
| exposureTime | String | Exposure time | |
| fNumber | double | F number | |
| fileSizeInByte | int | File size in byte | |
| focalLength | double | Focal length | |
| fps | double | FPS | |
| iso | int | ISO | |
| latitude | double | Latitude | |
| lensModel | String | Lens model | |
| longitude | double | Longitude | |
| make | String | Make | |
| model | String | Model | |
| modifyDate | DateTime | Modify date | |
| orientation | String | Orientation | |
| profileDescription | String | Profile description | |
| projectionType | String | Projection type | |
| rating | int | Rating | |
| state | String | State | |
| timeZone | String | Time zone |