public sealed class Image : IMessage<Overlay.Types.Image>, IEquatable<Overlay.Types.Image>, IDeepCloneable<Overlay.Types.Image>, IBufferMessage, IMessage
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 details the `Image` class within the `Google.Cloud.Video.Transcoder.V1.Overlay.Types` namespace, which is designed for overlaying JPEG images in video transcoding processes."],["The `Image` class supports setting the opacity of the overlaid image using the `Alpha` property, with valid values ranging from 0.0 (transparent) to 1.0 (solid)."],["The `Resolution` property allows specifying a normalized resolution for the image overlay, with values between 0.0 and 1.0, or 0.0 for both x and y to use original image dimensions."],["The `Uri` property is required and specifies the Cloud Storage URI of the JPEG image to be used as an overlay, as JPEG is the sole supported image type."],["The latest version of the `Image` class is version 2.9.0 and it has a documented history going back to version 1.0.0."]]],[]]