public sealed class 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 page provides reference documentation for the `Overlay.Types.Image` class within the Google Cloud Video Transcoder v1 API, specifically version 2.3.0 of the .NET library."],["`Overlay.Types.Image` is used to overlay a JPEG image onto a video, offering control over properties like `Alpha`, `Resolution`, and `Uri`."],["The `Image` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for manipulation, comparison, cloning, and buffer management."],["You can construct an instance of `Image` by using the default constructor `Image()` or the copy constructor `Image(Overlay.Types.Image other)`."],["The most recent release of the library is 2.9.0, and the page provides version history that covers back to version 1.0.0, each providing a link to the relevant documentation."]]],[]]