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-04-17 UTC."],[[["The content details the `WebImage` class, which is used for metadata related to online images within the Google Cloud Vision API's version 3.1.0 and is part of the `Google.Cloud.Vision.V1` namespace."],["The `WebImage` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It offers two constructors: a default `WebImage()` and one that accepts another `WebDetection.Types.WebImage` object as a parameter."],["The `WebImage` class provides two properties: `Score`, a deprecated relevancy score of type `Single`, and `Url`, a `String` property for the online image URL."],["There are previous versions of the `WebImage` API available, going as far back as version 2.3.0, with version 3.7.0 being the most recent."]]],[]]