Class Image
Overlaid image.
Implements
Inherited Members
Namespace: Google.Apis.Transcoder.v1.Data
Assembly: Google.Apis.Transcoder.v1.dll
Syntax
public class Image : IDirectResponseSchema
Properties
Alpha
Target image opacity. Valid values are from 1.0 (solid, default) to 0.0 (transparent), exclusive. Set
this to a value greater than 0.0.
Declaration
[JsonProperty("alpha")]
public virtual double? Alpha { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Resolution
Normalized image resolution, based on output video resolution. Valid values: 0.0–1.0. To respect the
original image aspect ratio, set either x or y to 0.0. To use the original image resolution, set both
x and y to 0.0.
Declaration
[JsonProperty("resolution")]
public virtual NormalizedCoordinate Resolution { get; set; }
Property Value
| Type | Description |
|---|---|
| NormalizedCoordinate |
Uri
Required. URI of the image in Cloud Storage. For example, gs://bucket/inputs/image.png. Only PNG and JPEG
images are supported.
Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |