Package org.apache.tika.metadata
Interface XMPTIFF
public interface XMPTIFF
Metadata keys for values that derive strictly from the XMP
tiff: / exif:
schemas, mirroring TIFF. Tika folds these into the canonical TIFF keys, where
the same value can also arrive from binary EXIF; these parallel keys preserve provenance so a
consumer can distinguish an XMP-sourced value from a binary one.
Same pattern as XMPDC. Deliberately not implemented by Metadata; reference it
directly.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Propertystatic final Propertystatic final Propertystatic final Propertystatic final Propertystatic final Propertystatic final Propertystatic final Propertystatic final PropertyValid image width; folded into canonicalTIFF.IMAGE_WIDTH.static final PropertyValid image height; folded into canonicalTIFF.IMAGE_LENGTH.static final Stringstatic final Stringstatic final Propertystatic final Property
-
Field Details
-
PREFIX_TIFF
- See Also:
-
PREFIX_EXIF
- See Also:
-
EQUIPMENT_MAKE
-
EQUIPMENT_MODEL
-
SOFTWARE
-
IMAGE_WIDTH
-
IMAGE_LENGTH
-
BITS_PER_SAMPLE
-
SAMPLES_PER_PIXEL
-
ORIENTATION
-
ORIGINAL_DATE
-
ISO_SPEED_RATINGS
-
PIXEL_X_DIMENSION
Valid image width; folded into canonicalTIFF.IMAGE_WIDTH. -
PIXEL_Y_DIMENSION
Valid image height; folded into canonicalTIFF.IMAGE_LENGTH.
-