Package org.apache.tika.metadata
Interface TIFF
- 
- All Known Implementing Classes:
- Metadata,- XMPMetadata
 
 public interface TIFFXMP Exif TIFF schema. This is a collection ofproperty definitionconstants for the Exif TIFF properties defined in the XMP standard.- Since:
- Apache Tika 0.8
- See Also:
- XMP Specification, Part 2: Standard Schemas
 
- 
- 
Field SummaryFields Modifier and Type Field Description static PropertyBITS_PER_SAMPLE"Number of bits per component in each channel."static PropertyEQUIPMENT_MAKE"Manufacturer of the recording equipment."static PropertyEQUIPMENT_MODEL"Model name or number of the recording equipment."static PropertyEXIF_PAGE_COUNTstatic PropertyEXPOSURE_TIME"Exposure time in seconds."static PropertyF_NUMBER"F-Number." The f-number is the focal length divided by the "effective" aperture diameter.static PropertyFLASH_FIREDDid the Flash fire when taking this image?static PropertyFOCAL_LENGTH"Focal length of the lens, in millimeters."static PropertyIMAGE_LENGTH"Image height in pixels."static PropertyIMAGE_WIDTH"Image width in pixels."static PropertyISO_SPEED_RATINGS"ISO Speed and ISO Latitude of the input device as specified in ISO 12232"static PropertyORIENTATION"The Orientation of the image." 1 = 0th row at top, 0th column at left 2 = 0th row at top, 0th column at right 3 = 0th row at bottom, 0th column at right 4 = 0th row at bottom, 0th column at left 5 = 0th row at left, 0th column at top 6 = 0th row at right, 0th column at top 7 = 0th row at right, 0th column at bottom 8 = 0th row at left, 0th column at bottomstatic PropertyORIGINAL_DATE"Date and time when original image was generated"static PropertyRESOLUTION_HORIZONTAL"Horizontal resolution in pixels per unit."static PropertyRESOLUTION_UNIT"Units used for Horizontal and Vertical Resolutions." One of "Inch" or "cm"static PropertyRESOLUTION_VERTICAL"Vertical resolution in pixels per unit."static PropertySAMPLES_PER_PIXEL"Number of components per pixel."static PropertySOFTWARE"Software or firmware used to generate the image."
 
- 
- 
- 
Field Detail- 
BITS_PER_SAMPLEstatic final Property BITS_PER_SAMPLE "Number of bits per component in each channel."
 - 
IMAGE_LENGTHstatic final Property IMAGE_LENGTH "Image height in pixels."
 - 
IMAGE_WIDTHstatic final Property IMAGE_WIDTH "Image width in pixels."
 - 
SAMPLES_PER_PIXELstatic final Property SAMPLES_PER_PIXEL "Number of components per pixel."
 - 
FLASH_FIREDstatic final Property FLASH_FIRED Did the Flash fire when taking this image?
 - 
EXPOSURE_TIMEstatic final Property EXPOSURE_TIME "Exposure time in seconds."
 - 
F_NUMBERstatic final Property F_NUMBER "F-Number." The f-number is the focal length divided by the "effective" aperture diameter. It is a dimensionless number that is a measure of lens speed.
 - 
FOCAL_LENGTHstatic final Property FOCAL_LENGTH "Focal length of the lens, in millimeters."
 - 
ISO_SPEED_RATINGSstatic final Property ISO_SPEED_RATINGS "ISO Speed and ISO Latitude of the input device as specified in ISO 12232"
 - 
EQUIPMENT_MAKEstatic final Property EQUIPMENT_MAKE "Manufacturer of the recording equipment."
 - 
EQUIPMENT_MODELstatic final Property EQUIPMENT_MODEL "Model name or number of the recording equipment."
 - 
SOFTWAREstatic final Property SOFTWARE "Software or firmware used to generate the image."
 - 
ORIENTATIONstatic final Property ORIENTATION "The Orientation of the image." 1 = 0th row at top, 0th column at left 2 = 0th row at top, 0th column at right 3 = 0th row at bottom, 0th column at right 4 = 0th row at bottom, 0th column at left 5 = 0th row at left, 0th column at top 6 = 0th row at right, 0th column at top 7 = 0th row at right, 0th column at bottom 8 = 0th row at left, 0th column at bottom
 - 
RESOLUTION_HORIZONTALstatic final Property RESOLUTION_HORIZONTAL "Horizontal resolution in pixels per unit."
 - 
RESOLUTION_VERTICALstatic final Property RESOLUTION_VERTICAL "Vertical resolution in pixels per unit."
 - 
RESOLUTION_UNITstatic final Property RESOLUTION_UNIT "Units used for Horizontal and Vertical Resolutions." One of "Inch" or "cm"
 - 
ORIGINAL_DATEstatic final Property ORIGINAL_DATE "Date and time when original image was generated"
 - 
EXIF_PAGE_COUNTstatic final Property EXIF_PAGE_COUNT 
 
- 
 
-