public sealed class WebEntity : IMessage<WebDetection.Types.WebEntity>, IEquatable<WebDetection.Types.WebEntity>, IDeepCloneable<WebDetection.Types.WebEntity>, IBufferMessage, IMessage
Entity deduced from similar images on the Internet.
[[["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."],[[["This webpage details the `WebEntity` class within the `Google.Cloud.Vision.V1` namespace, which represents an entity found by analyzing similar images on the internet."],["The `WebEntity` class, part of the `WebDetection.Types` family, inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It offers various versions of `Google.Cloud.Vision.V1` package, from version 2.3.0 all the way to 3.7.0 which is the latest version."],["The class includes properties like `Description` (canonical description of the entity), `EntityId` (opaque entity ID), and `Score` (relevancy score)."],["It has two constructors, one default `WebEntity()`, and one that takes a `WebDetection.Types.WebEntity` argument."]]],[]]