Google Apps Script API
    Preparing search index...

    Output only. Additional metadata about image media, if available.

    interface FileImageMediaMetadata {
        aperture?: number;
        cameraMake?: string;
        cameraModel?: string;
        colorSpace?: string;
        exposureBias?: number;
        exposureMode?: string;
        exposureTime?: number;
        flashUsed?: boolean;
        focalLength?: number;
        height?: number;
        isoSpeed?: number;
        lens?: string;
        location?: GoogleAppsScript.Drive_v3.Drive.V3.Schema.FileImageMediaMetadataLocation;
        maxApertureValue?: number;
        meteringMode?: string;
        rotation?: number;
        sensor?: string;
        subjectDistance?: number;
        time?: string;
        whiteBalance?: string;
        width?: number;
    }
    Index

    Properties

    aperture?: number

    Output only. The aperture used to create the photo (f-number).

    cameraMake?: string

    Output only. The make of the camera used to create the photo.

    cameraModel?: string

    Output only. The model of the camera used to create the photo.

    colorSpace?: string

    Output only. The color space of the photo.

    exposureBias?: number

    Output only. The exposure bias of the photo (APEX value).

    exposureMode?: string

    Output only. The exposure mode used to create the photo.

    exposureTime?: number

    Output only. The length of the exposure, in seconds.

    flashUsed?: boolean

    Output only. Whether a flash was used to create the photo.

    focalLength?: number

    Output only. The focal length used to create the photo, in millimeters.

    height?: number

    Output only. The height of the image in pixels.

    isoSpeed?: number

    Output only. The ISO speed used to create the photo.

    lens?: string

    Output only. The lens used to create the photo.

    Output only. Geographic location information stored in the image.

    maxApertureValue?: number

    Output only. The smallest f-number of the lens at the focal length used to create the photo (APEX value).

    meteringMode?: string

    Output only. The metering mode used to create the photo.

    rotation?: number

    Output only. The number of clockwise 90 degree rotations applied from the image's original orientation.

    sensor?: string

    Output only. The type of sensor used to create the photo.

    subjectDistance?: number

    Output only. The distance to the subject of the photo, in meters.

    time?: string

    Output only. The date and time the photo was taken (EXIF DateTime).

    whiteBalance?: string

    Output only. The white balance mode used to create the photo.

    width?: number

    Output only. The width of the image in pixels.