mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
1.3 KiB
Generated
1.3 KiB
Generated
openapi.model.ExifEntity
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | ||
| assetId | String | ||
| description | String | General info | |
| exifImageWidth | num | ||
| exifImageHeight | num | ||
| fileSizeInByte | num | ||
| orientation | String | ||
| dateTimeOriginal | DateTime | ||
| modifyDate | DateTime | ||
| latitude | num | ||
| longitude | num | ||
| city | String | ||
| state | String | ||
| country | String | ||
| make | String | Image info | |
| model | String | ||
| imageName | String | ||
| lensModel | String | ||
| fNumber | num | ||
| focalLength | num | ||
| iso | num | ||
| exposureTime | num | ||
| fps | num | Video info | [optional] |
| asset | AssetEntity | [optional] | |
| exifTextSearchableColumn | String |