GoogleApi.Drive.V3.Model.FileImageMediaMetadata (google_api_drive v0.21.1) View Source
Additional metadata about image media, if available.
Attributes
-
aperture(type:number(), default:nil) - The aperture used to create the photo (f-number). -
cameraMake(type:String.t, default:nil) - The make of the camera used to create the photo. -
cameraModel(type:String.t, default:nil) - The model of the camera used to create the photo. -
colorSpace(type:String.t, default:nil) - The color space of the photo. -
exposureBias(type:number(), default:nil) - The exposure bias of the photo (APEX value). -
exposureMode(type:String.t, default:nil) - The exposure mode used to create the photo. -
exposureTime(type:number(), default:nil) - The length of the exposure, in seconds. -
flashUsed(type:boolean(), default:nil) - Whether a flash was used to create the photo. -
focalLength(type:number(), default:nil) - The focal length used to create the photo, in millimeters. -
height(type:integer(), default:nil) - The height of the image in pixels. -
isoSpeed(type:integer(), default:nil) - The ISO speed used to create the photo. -
lens(type:String.t, default:nil) - The lens used to create the photo. -
location(type:GoogleApi.Drive.V3.Model.FileImageMediaMetadataLocation.t, default:nil) - Geographic location information stored in the image. -
maxApertureValue(type:number(), default:nil) - The smallest f-number of the lens at the focal length used to create the photo (APEX value). -
meteringMode(type:String.t, default:nil) - The metering mode used to create the photo. -
rotation(type:integer(), default:nil) - The number of clockwise 90 degree rotations applied from the image's original orientation. -
sensor(type:String.t, default:nil) - The type of sensor used to create the photo. -
subjectDistance(type:integer(), default:nil) - The distance to the subject of the photo, in meters. -
time(type:String.t, default:nil) - The date and time the photo was taken (EXIF DateTime). -
whiteBalance(type:String.t, default:nil) - The white balance mode used to create the photo. -
width(type:integer(), default:nil) - The width of the image in pixels.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Drive.V3.Model.FileImageMediaMetadata{
aperture: number() | nil,
cameraMake: String.t() | nil,
cameraModel: String.t() | nil,
colorSpace: String.t() | nil,
exposureBias: number() | nil,
exposureMode: String.t() | nil,
exposureTime: number() | nil,
flashUsed: boolean() | nil,
focalLength: number() | nil,
height: integer() | nil,
isoSpeed: integer() | nil,
lens: String.t() | nil,
location: GoogleApi.Drive.V3.Model.FileImageMediaMetadataLocation.t() | nil,
maxApertureValue: number() | nil,
meteringMode: String.t() | nil,
rotation: integer() | nil,
sensor: String.t() | nil,
subjectDistance: integer() | nil,
time: String.t() | nil,
whiteBalance: String.t() | nil,
width: integer() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.