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 documents 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 implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["It contains properties such as `Description`, `EntityId`, and `Score`, providing information about the entity's canonical description, unique ID, and relevancy score, respectively."],["The provided list of versions shows that the documentation covers versions 2.3.0 up to the latest version, 3.7.0, of the `WebEntity` class."],["The `WebEntity` class offers two constructors: a default constructor and one that takes another `WebEntity` object as a parameter, enabling object duplication."]]],[]]