google_api_drive v0.1.0 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t() :: %GoogleApi.Drive.V3.Model.FileImageMediaMetadata{
aperture: any(),
cameraMake: any(),
cameraModel: any(),
colorSpace: any(),
exposureBias: any(),
exposureMode: any(),
exposureTime: any(),
flashUsed: any(),
focalLength: any(),
height: any(),
isoSpeed: any(),
lens: any(),
location: GoogleApi.Drive.V3.Model.FileImageMediaMetadataLocation.t(),
maxApertureValue: any(),
meteringMode: any(),
rotation: any(),
sensor: any(),
subjectDistance: any(),
time: any(),
whiteBalance: any(),
width: any()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.