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 for version 3.2.0, and provides reference materials and code samples."],["The `WebImage` class is designed to store metadata for online images and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `WebImage` class can be instantiated using either a default constructor, or one that accepts another `WebDetection.Types.WebImage` instance."],["The class exposes two properties: `Score`, which is a deprecated float representing the image's relevancy, and `Url`, which is a string containing the URL of the image."],["There are several versions of this documentation available, ranging from version 2.3.0 up to the latest version 3.7.0, which includes the `WebImage` class."]]],[]]