Package | Description |
---|---|
com.google.api.services.drive.model |
Modifier and Type | Method and Description |
---|---|
File.ImageMediaMetadata |
File.ImageMediaMetadata.clone() |
File.ImageMediaMetadata |
File.getImageMediaMetadata()
Metadata about image media.
|
File.ImageMediaMetadata |
File.ImageMediaMetadata.set(String fieldName,
Object value) |
File.ImageMediaMetadata |
File.ImageMediaMetadata.setAperture(Float aperture)
The aperture used to create the photo (f-number).
|
File.ImageMediaMetadata |
File.ImageMediaMetadata.setCameraMake(String cameraMake)
The make of the camera used to create the photo.
|
File.ImageMediaMetadata |
File.ImageMediaMetadata.setCameraModel(String cameraModel)
The model of the camera used to create the photo.
|
File.ImageMediaMetadata |
File.ImageMediaMetadata.setColorSpace(String colorSpace)
The color space of the photo.
|
File.ImageMediaMetadata |
File.ImageMediaMetadata.setDate(String date)
The date and time the photo was taken (EXIF format timestamp).
|
File.ImageMediaMetadata |
File.ImageMediaMetadata.setExposureBias(Float exposureBias)
The exposure bias of the photo (APEX value).
|
File.ImageMediaMetadata |
File.ImageMediaMetadata.setExposureMode(String exposureMode)
The exposure mode used to create the photo.
|
File.ImageMediaMetadata |
File.ImageMediaMetadata.setExposureTime(Float exposureTime)
The length of the exposure, in seconds.
|
File.ImageMediaMetadata |
File.ImageMediaMetadata.setFlashUsed(Boolean flashUsed)
Whether a flash was used to create the photo.
|
File.ImageMediaMetadata |
File.ImageMediaMetadata.setFocalLength(Float focalLength)
The focal length used to create the photo, in millimeters.
|
File.ImageMediaMetadata |
File.ImageMediaMetadata.setHeight(Integer height)
The height of the image in pixels.
|
File.ImageMediaMetadata |
File.ImageMediaMetadata.setIsoSpeed(Integer isoSpeed)
The ISO speed used to create the photo.
|
File.ImageMediaMetadata |
File.ImageMediaMetadata.setLens(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(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(String meteringMode)
The metering mode used to create the photo.
|
File.ImageMediaMetadata |
File.ImageMediaMetadata.setRotation(Integer rotation)
The rotation in clockwise degrees from the image's original orientation.
|
File.ImageMediaMetadata |
File.ImageMediaMetadata.setSensor(String sensor)
The type of sensor used to create the photo.
|
File.ImageMediaMetadata |
File.ImageMediaMetadata.setSubjectDistance(Integer subjectDistance)
The distance to the subject of the photo, in meters.
|
File.ImageMediaMetadata |
File.ImageMediaMetadata.setWhiteBalance(String whiteBalance)
The white balance mode used to create the photo.
|
File.ImageMediaMetadata |
File.ImageMediaMetadata.setWidth(Integer width)
The width of the image in pixels.
|
Modifier and Type | Method and Description |
---|---|
File |
File.setImageMediaMetadata(File.ImageMediaMetadata imageMediaMetadata)
Metadata about image media.
|