public sealed class WebImage : IMessage<WebDetection.Types.WebImage>, IEquatable<WebDetection.Types.WebImage>, IDeepCloneable<WebDetection.Types.WebImage>, IBufferMessage, IMessage
[[["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 content describes `WebImage`, a class within the `Google.Cloud.Vision.V1` namespace, which is used for handling metadata related to online images."],["It provides a list of available versions of this class, ranging from version 2.3.0 up to the latest version 3.7.0."],["`WebImage` is implemented from `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces and inherits from `Object`."],["The `WebImage` class includes two constructors: a default constructor and one that accepts another `WebImage` object as a parameter."],["`WebImage` has two properties, Score and Url, with Score being a deprecated float property for relevancy and Url a string property that holds the image URL."]]],[]]