public sealed class WebImage : IMessage<WebDetection.Types.WebImage>, IEquatable<WebDetection.Types.WebImage>, IDeepCloneable<WebDetection.Types.WebImage>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Vision v1 API class WebDetection.Types.WebImage.
[[["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."],[[["This documentation page covers the `WebImage` class within the `Google.Cloud.Vision.V1` API, specifically version 3.3.0, which provides metadata for online images."],["The `WebImage` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to work with protobuf messages and support cloning."],["Available constructors include a default constructor (`WebImage()`) and one that accepts another `WebImage` instance for copying (`WebImage(WebDetection.Types.WebImage)`)."],["The class includes two main properties: `Score`, a deprecated float value indicating overall relevancy, and `Url`, a string containing the URL of the web image."],["The most recent version of the API is version 3.7.0, and this page details the class in version 3.3.0, with links provided to navigate to other versions ranging from 2.3.0 to 3.7.0."]]],[]]