1
0
mirror of https://github.com/immich-app/immich.git synced 2025-01-14 15:45:55 +02:00
immich/mobile/openapi/doc/ExifEntity.md
2022-12-05 11:56:44 -06:00

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

[Back to Model list] [Back to API list] [Back to README]