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."],[[["This webpage documents the `WebImage` class within the `Google.Cloud.Vision.V1` namespace, which is used to represent metadata for online images."],["The latest version of the documentation provided is `3.7.0`, with a range of versions available, spanning back to version `2.3.0`, offering a comprehensive history of the class evolution."],["The `WebImage` class inherits from `Object` and implements `IMessage\u003cWebDetection.Types.WebImage\u003e`, `IEquatable\u003cWebDetection.Types.WebImage\u003e`, `IDeepCloneable\u003cWebDetection.Types.WebImage\u003e`, `IBufferMessage`, and `IMessage`."],["Key properties of the `WebImage` class include `Score`, representing the image's overall relevancy score, and `Url`, which provides the URL of the image."],["The class has two constructors: `WebImage()`, and `WebImage(WebDetection.Types.WebImage other)` that takes another WebImage as a parameter."]]],[]]