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."],[[["This document provides reference documentation for the `Asset.Types.ImageAsset` class within the Live Stream v1 API, specifically for version 1.6.0."],["`ImageAsset` represents an image, and only JPEG format is supported, as indicated in the description."],["The `ImageAsset` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, a default constructor, and one that takes another `ImageAsset` as a parameter for deep cloning."],["The `Uri` property, which is a string type, represents the Cloud Storage URI of the image, using the format `gs://my-bucket/my-object`."]]],[]]