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."],[[["The content details the `WebEntity` class within the `Google.Cloud.Vision.V1` namespace, which represents an entity derived from similar images on the internet."],["The `WebEntity` class, available in versions ranging from 2.3.0 to the latest 3.7.0, implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `WebEntity` class offers properties like `Description` (a canonical English description), `EntityId` (an opaque ID), and `Score` (a relevancy score) to provide information on the identified entity."],["The `WebEntity` class can be instantiated using the `WebEntity()` constructor or by copying an existing `WebEntity` using the `WebEntity(WebDetection.Types.WebEntity other)` constructor."],["This documentation provides a comprehensive overview of the `WebEntity` class's structure, inheritance, and members, and it includes inherited methods from the `Object` class."]]],[]]