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-03-21 UTC."],[[["The document provides reference documentation and code samples for the `WebDetection.Types.WebImage` class within the Google Cloud Vision v1 API."],["`WebDetection.Types.WebImage` is used for representing metadata related to online images."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for enhanced functionality."],["The class includes two constructors: a default constructor (`WebImage()`) and a copy constructor (`WebImage(WebImage other)`) that accepts another `WebImage` object."],["It offers properties such as `Score` (a deprecated relevancy score) and `Url` (the URL of the web image)."]]],[]]