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 documentation provides details for the `Overlay.Types.Image` class within the Google Cloud Video Transcoder V1 API, specifically for version 2.5.0 and other versions as well."],["`Overlay.Types.Image` is used to define an overlaid image, as well as supporting functionality such as `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IMessage`."],["The `Overlay.Types.Image` class has properties for setting the image's `Alpha` (opacity), `Resolution` (normalized size), and `Uri` (Cloud Storage location)."],["There are constructors provided for creating new instances of the `Image` class, either default, or one based on an existing `Image` object."],["The latest version of this documentation is version 2.9.0, although other versions (from 1.0.0 up to the latest) are available, and linked."]]],[]]