Drive API v2 (revision 47)



Uses of Class
com.google.api.services.drive.model.File.ImageMediaMetadata

Packages that use File.ImageMediaMetadata
com.google.api.services.drive.model   
 

Uses of File.ImageMediaMetadata in com.google.api.services.drive.model
 

Methods in com.google.api.services.drive.model that return File.ImageMediaMetadata
 File.ImageMediaMetadata File.getImageMediaMetadata()
          Metadata about image media.
 File.ImageMediaMetadata File.ImageMediaMetadata.setAperture(java.lang.Float aperture)
          The aperture used to create the photo (f-number).
 File.ImageMediaMetadata File.ImageMediaMetadata.setCameraMake(java.lang.String cameraMake)
          The make of the camera used to create the photo.
 File.ImageMediaMetadata File.ImageMediaMetadata.setCameraModel(java.lang.String cameraModel)
          The model of the camera used to create the photo.
 File.ImageMediaMetadata File.ImageMediaMetadata.setColorSpace(java.lang.String colorSpace)
          The color space of the photo.
 File.ImageMediaMetadata File.ImageMediaMetadata.setDate(java.lang.String date)
          The date and time the photo was taken (EXIF format timestamp).
 File.ImageMediaMetadata File.ImageMediaMetadata.setExposureBias(java.lang.Float exposureBias)
          The exposure bias of the photo (APEX value).
 File.ImageMediaMetadata File.ImageMediaMetadata.setExposureMode(java.lang.String exposureMode)
          The exposure mode used to create the photo.
 File.ImageMediaMetadata File.ImageMediaMetadata.setExposureTime(java.lang.Float exposureTime)
          The length of the exposure, in seconds.
 File.ImageMediaMetadata File.ImageMediaMetadata.setFlashUsed(java.lang.Boolean flashUsed)
          Whether a flash was used to create the photo.
 File.ImageMediaMetadata File.ImageMediaMetadata.setFocalLength(java.lang.Float focalLength)
          The focal length used to create the photo, in millimeters.
 File.ImageMediaMetadata File.ImageMediaMetadata.setHeight(java.lang.Integer height)
          The height of the image in pixels.
 File.ImageMediaMetadata File.ImageMediaMetadata.setIsoSpeed(java.lang.Integer isoSpeed)
          The ISO speed used to create the photo.
 File.ImageMediaMetadata File.ImageMediaMetadata.setLens(java.lang.String lens)
          The lens used to create the photo.
 File.ImageMediaMetadata File.ImageMediaMetadata.setLocation(File.ImageMediaMetadata.Location location)
          Geographic location information stored in the image.
 File.ImageMediaMetadata File.ImageMediaMetadata.setMaxApertureValue(java.lang.Float maxApertureValue)
          The smallest f-number of the lens at the focal length used to create the photo (APEX value).
 File.ImageMediaMetadata File.ImageMediaMetadata.setMeteringMode(java.lang.String meteringMode)
          The metering mode used to create the photo.
 File.ImageMediaMetadata File.ImageMediaMetadata.setRotation(java.lang.Integer rotation)
          The rotation in clockwise degrees from the image's original orientation.
 File.ImageMediaMetadata File.ImageMediaMetadata.setSensor(java.lang.String sensor)
          The type of sensor used to create the photo.
 File.ImageMediaMetadata File.ImageMediaMetadata.setSubjectDistance(java.lang.Integer subjectDistance)
          The distance to the subject of the photo, in meters.
 File.ImageMediaMetadata File.ImageMediaMetadata.setWhiteBalance(java.lang.String whiteBalance)
          The white balance mode used to create the photo.
 File.ImageMediaMetadata File.ImageMediaMetadata.setWidth(java.lang.Integer width)
          The width of the image in pixels.
 

Methods in com.google.api.services.drive.model with parameters of type File.ImageMediaMetadata
 File File.setImageMediaMetadata(File.ImageMediaMetadata imageMediaMetadata)
          Metadata about image media.