public sealed class Overlay.Types.Image : IMessage<Overlay.Types.Image>, IEquatable<Overlay.Types.Image>, IDeepCloneable<Overlay.Types.Image>, IBufferMessage, IMessage
Reference documentation and code samples for the Transcoder v1 API class Overlay.Types.Image.
public Overlay.Types.NormalizedCoordinate Resolution { get; set; }
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference information for the `Overlay.Types.Image` class within the Google Cloud Transcoder V1 API, specifically for .NET development."],["The `Overlay.Types.Image` class represents an overlaid JPEG image and is part of the `Google.Cloud.Video.Transcoder.V1` namespace, found in the `Google.Cloud.Video.Transcoder.V1.dll` assembly."],["The class includes properties to control the image's `Alpha` (opacity), `Resolution` (normalized dimensions), and the `Uri` (location of the JPEG file in Cloud Storage), with `Uri` being a required parameter."],["The documentation covers the available constructors, including a default constructor and one that accepts another `Overlay.Types.Image` instance for creating a copy."],["This class has multiple different versions within the API, with the latest being version `2.9.0` and the oldest being `1.0.0` with all versions in between listed."]]],[]]