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-04-17 UTC."],[[["This webpage details the `WebEntity` class, part of the `Google.Cloud.Vision.V1` namespace, which represents an entity deduced from similar images found on the internet."],["The `WebEntity` class is a sealed class that implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and object comparison."],["It offers three properties: `Description`, which is a string representing the entity's canonical description; `EntityId`, which holds the opaque entity ID as a string; and `Score`, a single-precision floating-point number indicating the overall relevancy of the entity."],["There are many different versions of the `WebEntity` class starting from `2.3.0` up to the latest version `3.7.0`, all in relation to the `Google.Cloud.Vision.V1`."],["The `WebEntity` class has two constructors: a default parameterless constructor, and one that takes a `WebDetection.Types.WebEntity` object as a parameter."]]],[]]