public sealed class WebDetection.Types.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 page provides documentation for the `WebDetection.Types.WebImage` class within the Google Cloud Vision v1 API, specifically for .NET development."],["The `WebImage` class is designed to store metadata associated with online images, and it implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It inherits from the base `object` class and contains two key properties: `Url`, which holds the image's URL, and `Score`, a deprecated float value that used to represent the image's relevancy score."],["The documentation provides information on available versions of the class, ranging from version 2.3.0 up to the latest version 3.7.0, providing access to previous versions."],["The page also includes details on the class constructors such as the default constructor and another that takes another WebImage instance."]]],[]]