public sealed class WebDetection.Types.WebEntity : IMessage<WebDetection.Types.WebEntity>, IEquatable<WebDetection.Types.WebEntity>, IDeepCloneable<WebDetection.Types.WebEntity>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Vision v1 API class WebDetection.Types.WebEntity.
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 document provides reference documentation for the `WebDetection.Types.WebEntity` class within the Google Cloud Vision v1 API, specifically version 3.5.0."],["The `WebDetection.Types.WebEntity` class represents an entity deduced from similar images found on the Internet and inherits from the `object` class."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to provide functionalities related to message handling and object comparison."],["The `WebEntity` class has properties such as `Description`, `EntityId`, and `Score`, which provide information about the entity's canonical description, unique identifier, and relevance score, respectively."],["There are two constructors provided for creating `WebEntity` objects, one default and one that takes an existing `WebEntity` as a parameter to create a new object based off it."]]],[]]