public sealed class AnimationStatic : IMessage<Overlay.Types.AnimationStatic>, IEquatable<Overlay.Types.AnimationStatic>, IDeepCloneable<Overlay.Types.AnimationStatic>, IBufferMessage, IMessage
public Overlay.Types.NormalizedCoordinate Xy { get; set; }
Normalized coordinates based on output video resolution. Valid
values: 0.0–1.0. xy is the upper-left coordinate of the overlay
object. For example, use the x and y coordinates {0,0} to position the
top-left corner of the overlay animation in the top-left corner of the
output video.
[[["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."],[[["`AnimationStatic` is a class that displays a static overlay object in the Google Cloud Video Transcoder service."],["This class is part of the `Google.Cloud.Video.Transcoder.V1` namespace and is available in the `Google.Cloud.Video.Transcoder.V1.dll` assembly, and has versions ranging from 1.0.0 to 2.9.0."],["`AnimationStatic` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to support various functionalities in its interactions."],["It has two constructors, one default and one that takes another `AnimationStatic` object, allowing for the creation of new instances as well as copying."],["Key properties of the `AnimationStatic` class include `StartTimeOffset` for setting the start time of the overlay and `Xy` for specifying the normalized coordinates of the overlay's position on the output video."]]],[]]