RawExifData
Defined in: packages/schema/src/exif.ts:44
Plugin 内部使用的完整 EXIF 数据,extends ExifData 并附加 raw 字段。 raw 保留 exifr.parse 返回的原始对象,供调试或未来高级面板使用。 Plugin 在通过 MetadataReader 返回给 Runtime 时,应丢弃 raw(收窄为 ExifData)。
Extends
Section titled “Extends”Properties
Section titled “Properties”
optionalmake?:string
Defined in: packages/schema/src/exif.ts:22
Inherited from
Section titled “Inherited from”model?
Section titled “model?”
optionalmodel?:string
Defined in: packages/schema/src/exif.ts:23
Inherited from
Section titled “Inherited from”lensModel?
Section titled “lensModel?”
optionallensModel?:string
Defined in: packages/schema/src/exif.ts:24
Inherited from
Section titled “Inherited from”dateTimeOriginal?
Section titled “dateTimeOriginal?”
optionaldateTimeOriginal?:string
Defined in: packages/schema/src/exif.ts:25
Inherited from
Section titled “Inherited from”
optionaliso?:number
Defined in: packages/schema/src/exif.ts:26
Inherited from
Section titled “Inherited from”fNumber?
Section titled “fNumber?”
optionalfNumber?:number
Defined in: packages/schema/src/exif.ts:27
Inherited from
Section titled “Inherited from”exposureTime?
Section titled “exposureTime?”
optionalexposureTime?:number
Defined in: packages/schema/src/exif.ts:28
Inherited from
Section titled “Inherited from”focalLength?
Section titled “focalLength?”
optionalfocalLength?:number
Defined in: packages/schema/src/exif.ts:29
Inherited from
Section titled “Inherited from”exposureCompensation?
Section titled “exposureCompensation?”
optionalexposureCompensation?:number
Defined in: packages/schema/src/exif.ts:30
Inherited from
Section titled “Inherited from”whiteBalance?
Section titled “whiteBalance?”
optionalwhiteBalance?:string
Defined in: packages/schema/src/exif.ts:31
Inherited from
Section titled “Inherited from”gpsLatitude?
Section titled “gpsLatitude?”
optionalgpsLatitude?:number
Defined in: packages/schema/src/exif.ts:32
Inherited from
Section titled “Inherited from”gpsLongitude?
Section titled “gpsLongitude?”
optionalgpsLongitude?:number
Defined in: packages/schema/src/exif.ts:33
Inherited from
Section titled “Inherited from”gpsAltitude?
Section titled “gpsAltitude?”
optionalgpsAltitude?:number
Defined in: packages/schema/src/exif.ts:34
Inherited from
Section titled “Inherited from”orientation?
Section titled “orientation?”
optionalorientation?:number
Defined in: packages/schema/src/exif.ts:35
Inherited from
Section titled “Inherited from”software?
Section titled “software?”
optionalsoftware?:string
Defined in: packages/schema/src/exif.ts:36
Inherited from
Section titled “Inherited from”
optionalraw?:Record<string,unknown>
Defined in: packages/schema/src/exif.ts:46
exifr.parse 返回的原始对象(未筛选)