google_api_drive v0.0.1 GoogleApi.Drive.V3.Model.FileImageMediaMetadata View Source

Additional metadata about image media, if available.

Attributes

  • aperture (float()): The aperture used to create the photo (f-number). Defaults to: null.
  • cameraMake (String.t): The make of the camera used to create the photo. Defaults to: null.
  • cameraModel (String.t): The model of the camera used to create the photo. Defaults to: null.
  • colorSpace (String.t): The color space of the photo. Defaults to: null.
  • exposureBias (float()): The exposure bias of the photo (APEX value). Defaults to: null.
  • exposureMode (String.t): The exposure mode used to create the photo. Defaults to: null.
  • exposureTime (float()): The length of the exposure, in seconds. Defaults to: null.
  • flashUsed (boolean()): Whether a flash was used to create the photo. Defaults to: null.
  • focalLength (float()): The focal length used to create the photo, in millimeters. Defaults to: null.
  • height (integer()): The height of the image in pixels. Defaults to: null.
  • isoSpeed (integer()): The ISO speed used to create the photo. Defaults to: null.
  • lens (String.t): The lens used to create the photo. Defaults to: null.
  • location (FileImageMediaMetadataLocation): Defaults to: null.
  • maxApertureValue (float()): The smallest f-number of the lens at the focal length used to create the photo (APEX value). Defaults to: null.
  • meteringMode (String.t): The metering mode used to create the photo. Defaults to: null.
  • rotation (integer()): The rotation in clockwise degrees from the image's original orientation. Defaults to: null.
  • sensor (String.t): The type of sensor used to create the photo. Defaults to: null.
  • subjectDistance (integer()): The distance to the subject of the photo, in meters. Defaults to: null.
  • time (String.t): The date and time the photo was taken (EXIF DateTime). Defaults to: null.
  • whiteBalance (String.t): The white balance mode used to create the photo. Defaults to: null.
  • width (integer()): The width of the image in pixels. Defaults to: null.