Table of Contents

Class File.ImageMediaMetadataData

Namespace
Google.Apis.Drive.v3.Data
Assembly
Google.Apis.Drive.v3.dll

Additional metadata about image media, if available.

public class File.ImageMediaMetadataData
Inheritance
File.ImageMediaMetadataData
Inherited Members

Constructors

ImageMediaMetadataData()

public ImageMediaMetadataData()

Properties

Aperture

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

public virtual float? Aperture { get; set; }

Property Value

float?

CameraMake

The make of the camera used to create the photo.

public virtual string CameraMake { get; set; }

Property Value

string

CameraModel

The model of the camera used to create the photo.

public virtual string CameraModel { get; set; }

Property Value

string

ColorSpace

The color space of the photo.

public virtual string ColorSpace { get; set; }

Property Value

string

ExposureBias

The exposure bias of the photo (APEX value).

public virtual float? ExposureBias { get; set; }

Property Value

float?

ExposureMode

The exposure mode used to create the photo.

public virtual string ExposureMode { get; set; }

Property Value

string

ExposureTime

The length of the exposure, in seconds.

public virtual float? ExposureTime { get; set; }

Property Value

float?

FlashUsed

Whether a flash was used to create the photo.

public virtual bool? FlashUsed { get; set; }

Property Value

bool?

FocalLength

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

public virtual float? FocalLength { get; set; }

Property Value

float?

Height

The height of the image in pixels.

public virtual int? Height { get; set; }

Property Value

int?

IsoSpeed

The ISO speed used to create the photo.

public virtual int? IsoSpeed { get; set; }

Property Value

int?

Lens

The lens used to create the photo.

public virtual string Lens { get; set; }

Property Value

string

Location

Geographic location information stored in the image.

public virtual File.ImageMediaMetadataData.LocationData Location { get; set; }

Property Value

File.ImageMediaMetadataData.LocationData

MaxApertureValue

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

public virtual float? MaxApertureValue { get; set; }

Property Value

float?

MeteringMode

The metering mode used to create the photo.

public virtual string MeteringMode { get; set; }

Property Value

string

Rotation

The rotation in clockwise degrees from the image's original orientation.

public virtual int? Rotation { get; set; }

Property Value

int?

Sensor

The type of sensor used to create the photo.

public virtual string Sensor { get; set; }

Property Value

string

SubjectDistance

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

public virtual int? SubjectDistance { get; set; }

Property Value

int?

Time

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

public virtual string Time { get; set; }

Property Value

string

WhiteBalance

The white balance mode used to create the photo.

public virtual string WhiteBalance { get; set; }

Property Value

string

Width

The width of the image in pixels.

public virtual int? Width { get; set; }

Property Value

int?