public sealed class Asset.Types.ImageAsset : IMessage<Asset.Types.ImageAsset>, IEquatable<Asset.Types.ImageAsset>, IDeepCloneable<Asset.Types.ImageAsset>, IBufferMessage, IMessage
Reference documentation and code samples for the Live Stream v1 API class Asset.Types.ImageAsset.
Image represents an image. The supported formats are JPEG, PNG.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `Asset.Types.ImageAsset` class is 1.8.0, and there are several previous versions available, ranging back to 1.0.0."],["`Asset.Types.ImageAsset` represents an image and supports JPEG and PNG formats."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ImageAsset` class includes constructors for creating new instances, either empty or from an existing `ImageAsset` object."],["The class has a `Uri` property, which is used to specify the Cloud Storage URI of the image in the format `gs://my-bucket/my-object`."]]],[]]