Show / Hide Table of Contents

Class File.ImageMediaMetadataData

Metadata about image media. This will only be present for image types, and its contents will depend on what can be parsed from the image content.

Inheritance
object
File.ImageMediaMetadataData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Drive.v2.Data
Assembly: Google.Apis.Drive.v2.dll
Syntax
public class File.ImageMediaMetadataData

Properties

Aperture

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

Declaration
[JsonProperty("aperture")]
public virtual float? Aperture { get; set; }
Property Value
Type Description
float?

CameraMake

The make of the camera used to create the photo.

Declaration
[JsonProperty("cameraMake")]
public virtual string CameraMake { get; set; }
Property Value
Type Description
string

CameraModel

The model of the camera used to create the photo.

Declaration
[JsonProperty("cameraModel")]
public virtual string CameraModel { get; set; }
Property Value
Type Description
string

ColorSpace

The color space of the photo.

Declaration
[JsonProperty("colorSpace")]
public virtual string ColorSpace { get; set; }
Property Value
Type Description
string

Date

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

Declaration
[JsonProperty("date")]
public virtual string Date { get; set; }
Property Value
Type Description
string

ExposureBias

The exposure bias of the photo (APEX value).

Declaration
[JsonProperty("exposureBias")]
public virtual float? ExposureBias { get; set; }
Property Value
Type Description
float?

ExposureMode

The exposure mode used to create the photo.

Declaration
[JsonProperty("exposureMode")]
public virtual string ExposureMode { get; set; }
Property Value
Type Description
string

ExposureTime

The length of the exposure, in seconds.

Declaration
[JsonProperty("exposureTime")]
public virtual float? ExposureTime { get; set; }
Property Value
Type Description
float?

FlashUsed

Whether a flash was used to create the photo.

Declaration
[JsonProperty("flashUsed")]
public virtual bool? FlashUsed { get; set; }
Property Value
Type Description
bool?

FocalLength

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

Declaration
[JsonProperty("focalLength")]
public virtual float? FocalLength { get; set; }
Property Value
Type Description
float?

Height

The height of the image in pixels.

Declaration
[JsonProperty("height")]
public virtual int? Height { get; set; }
Property Value
Type Description
int?

IsoSpeed

The ISO speed used to create the photo.

Declaration
[JsonProperty("isoSpeed")]
public virtual int? IsoSpeed { get; set; }
Property Value
Type Description
int?

Lens

The lens used to create the photo.

Declaration
[JsonProperty("lens")]
public virtual string Lens { get; set; }
Property Value
Type Description
string

Location

Geographic location information stored in the image.

Declaration
[JsonProperty("location")]
public virtual File.ImageMediaMetadataData.LocationData Location { get; set; }
Property Value
Type Description
File.ImageMediaMetadataData.LocationData

MaxApertureValue

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

Declaration
[JsonProperty("maxApertureValue")]
public virtual float? MaxApertureValue { get; set; }
Property Value
Type Description
float?

MeteringMode

The metering mode used to create the photo.

Declaration
[JsonProperty("meteringMode")]
public virtual string MeteringMode { get; set; }
Property Value
Type Description
string

Rotation

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

Declaration
[JsonProperty("rotation")]
public virtual int? Rotation { get; set; }
Property Value
Type Description
int?

Sensor

The type of sensor used to create the photo.

Declaration
[JsonProperty("sensor")]
public virtual string Sensor { get; set; }
Property Value
Type Description
string

SubjectDistance

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

Declaration
[JsonProperty("subjectDistance")]
public virtual int? SubjectDistance { get; set; }
Property Value
Type Description
int?

WhiteBalance

The white balance mode used to create the photo.

Declaration
[JsonProperty("whiteBalance")]
public virtual string WhiteBalance { get; set; }
Property Value
Type Description
string

Width

The width of the image in pixels.

Declaration
[JsonProperty("width")]
public virtual int? Width { get; set; }
Property Value
Type Description
int?
In This Article
Back to top Generated by DocFX