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 format is JPEG.
[[["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 `Asset.Types.ImageAsset` class represents an image within the Live Stream v1 API, specifically designed for JPEG format images."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for comprehensive object management and manipulation."],["It inherits from the base `object` class and includes constructors for creating new instances, either blank or by cloning existing `ImageAsset` objects."],["The `ImageAsset` class includes a `Uri` property, which stores the Cloud Storage URI of the image in the format `gs://my-bucket/my-object`."],["There are multiple versions of the API available, ranging from version 1.0.0 to 1.8.0 with 1.8.0 being the latest."]]],[]]