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 pertains to the `WebImage` class within the `Google.Cloud.Vision.V1` namespace, specifically for version 3.0.0 and later, as a part of the Google Cloud Vision API."],["`WebImage` is designed to store metadata for images found online, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `WebImage` class inherits from the base `Object` class and includes properties for `Score`, representing an overall relevancy score, and `Url`, indicating the image's web address."],["There are two constructors for the `WebImage` class: one is a parameterless constructor, and the other accepts an existing `WebDetection.Types.WebImage` object as a parameter."],["The webpage provides access to the documentation for multiple versions of this API, from 2.3.0 all the way to 3.7.0 (latest)."]]],[]]