Show / Hide Table of Contents

Class File.ImageMediaMetadataData

Output only. 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

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

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

CameraMake

Output only. 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

Output only. 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

Output only. The color space of the photo.

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

Date

Output only. 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

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

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

ExposureMode

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

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

ExposureTime

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

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

FlashUsed

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

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

FocalLength

Output only. 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

Output only. The height of the image in pixels.

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

IsoSpeed

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

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

Lens

Output only. The lens used to create the photo.

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

Location

Output only. 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

Output only. 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

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

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

Rotation

Output only. 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

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

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

SubjectDistance

Output only. 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

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

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

Width

Output only. 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