Skip to content

New GDriveFileImageMediaMetadataDataObj

Spencer Varney edited this page Dec 9, 2016 · 2 revisions

New-GDriveFileImageMediaMetadataDataObj

SYNOPSIS

Creates a new Drive API File.ImageMediaMetadataData object.

SYNTAX

New-GDriveFileImageMediaMetadataDataObj [[-Aperture] <Single>] [[-CameraMake] <String>]
 [[-CameraModel] <String>] [[-ColorSpace] <String>] [[-ExposureBias] <Single>] [[-ExposureMode] <String>]
 [[-ExposureTime] <Single>] [[-FlashUsed] <Boolean>] [[-FocalLength] <Single>] [[-Height] <Int32>]
 [[-IsoSpeed] <Int32>] [[-Lens] <String>] [[-Location] <LocationData>] [[-MaxApertureValue] <Single>]
 [[-MeteringMode] <String>] [[-Rotation] <Int32>] [[-Sensor] <String>] [[-SubjectDistance] <Int32>]
 [[-Time] <String>] [[-WhiteBalance] <String>] [[-Width] <Int32>] [-WhatIf] [-Confirm]

DESCRIPTION

This provides a Cmdlet-Based approach to creating a File.ImageMediaMetadataData object which may be required as a parameter for some other Cmdlets in the Drive API category.

You could alternately create this object by calling New-Object -TypeName Google.Apis.Drive.v3.Data.File.ImageMediaMetadataData

EXAMPLES

---------- EXAMPLE 1 ----------

PS C:\> New-GDriveFileImageMediaMetadataDataObj

This automatically generated example serves to show the bare minimum required to call this Cmdlet.

Additional examples may be added, viewed and edited by users on the community wiki at the URL found in the related links.

PARAMETERS

-Aperture

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

Type: Single
Parameter Sets: (All)
Aliases: 

Required: False
Position: 0
Default value: 
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-CameraMake

The make of the camera used to create the photo.

Type: String
Parameter Sets: (All)
Aliases: 

Required: False
Position: 1
Default value: 
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-CameraModel

The model of the camera used to create the photo.

Type: String
Parameter Sets: (All)
Aliases: 

Required: False
Position: 2
Default value: 
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-ColorSpace

The color space of the photo.

Type: String
Parameter Sets: (All)
Aliases: 

Required: False
Position: 3
Default value: 
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-ExposureBias

The exposure bias of the photo (APEX value).

Type: Single
Parameter Sets: (All)
Aliases: 

Required: False
Position: 4
Default value: 
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-ExposureMode

The exposure mode used to create the photo.

Type: String
Parameter Sets: (All)
Aliases: 

Required: False
Position: 5
Default value: 
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-ExposureTime

The length of the exposure, in seconds.

Type: Single
Parameter Sets: (All)
Aliases: 

Required: False
Position: 6
Default value: 
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-FlashUsed

Whether a flash was used to create the photo.

Type: Boolean
Parameter Sets: (All)
Aliases: 

Required: False
Position: 7
Default value: 
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-FocalLength

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

Type: Single
Parameter Sets: (All)
Aliases: 

Required: False
Position: 8
Default value: 
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-Height

The height of the image in pixels.

Type: Int32
Parameter Sets: (All)
Aliases: 

Required: False
Position: 9
Default value: 
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-IsoSpeed

The ISO speed used to create the photo.

Type: Int32
Parameter Sets: (All)
Aliases: 

Required: False
Position: 10
Default value: 
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-Lens

The lens used to create the photo.

Type: String
Parameter Sets: (All)
Aliases: 

Required: False
Position: 11
Default value: 
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-Location

Geographic location information stored in the image.

Type: LocationData
Parameter Sets: (All)
Aliases: 

Required: False
Position: 12
Default value: 
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-MaxApertureValue

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

Type: Single
Parameter Sets: (All)
Aliases: 

Required: False
Position: 13
Default value: 
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-MeteringMode

The metering mode used to create the photo.

Type: String
Parameter Sets: (All)
Aliases: 

Required: False
Position: 14
Default value: 
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-Rotation

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

Type: Int32
Parameter Sets: (All)
Aliases: 

Required: False
Position: 15
Default value: 
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-Sensor

The type of sensor used to create the photo.

Type: String
Parameter Sets: (All)
Aliases: 

Required: False
Position: 16
Default value: 
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-SubjectDistance

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

Type: Int32
Parameter Sets: (All)
Aliases: 

Required: False
Position: 17
Default value: 
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-Time

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

Type: String
Parameter Sets: (All)
Aliases: 

Required: False
Position: 18
Default value: 
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-WhiteBalance

The white balance mode used to create the photo.

Type: String
Parameter Sets: (All)
Aliases: 

Required: False
Position: 19
Default value: 
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-Width

The width of the image in pixels.

Type: Int32
Parameter Sets: (All)
Aliases: 

Required: False
Position: 20
Default value: 
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

INPUTS

System.Single

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

System.String

The make of the camera used to create the photo.

System.String

The model of the camera used to create the photo.

System.String

The color space of the photo.

System.Single

The exposure bias of the photo (APEX value).

System.String

The exposure mode used to create the photo.

System.Single

The length of the exposure, in seconds.

System.Boolean

Whether a flash was used to create the photo.

System.Single

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

System.Int32

The height of the image in pixels.

System.Int32

The ISO speed used to create the photo.

System.String

The lens used to create the photo.

Google.Apis.Drive.v3.Data.File+ImageMediaMetadataData+LocationData

Geographic location information stored in the image.

System.Single

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

System.String

The metering mode used to create the photo.

System.Int32

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

System.String

The type of sensor used to create the photo.

System.Int32

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

System.String

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

System.String

The white balance mode used to create the photo.

System.Int32

The width of the image in pixels.

OUTPUTS

Google.Apis.Drive.v3.Data.File+ImageMediaMetadataData

NOTES

Part of the gShell Project, relating to the Google Drive API; see Related Links or use the -Online parameter.

RELATED LINKS

[Wiki page for this Cmdlet]

[Getting started with gShell]

Clone this wiki locally