public sealed class VisualElement : IMessage<Document.Types.Page.Types.VisualElement>, IEquatable<Document.Types.Page.Types.VisualElement>, IDeepCloneable<Document.Types.Page.Types.VisualElement>, IBufferMessage, IMessage
Detected non-text visual elements e.g. checkbox, signature etc. on the
page.
[[["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 `VisualElement` class within the `Google.Cloud.DocumentAI.V1` namespace, which represents detected non-text elements on a document page, such as checkboxes and signatures."],["The `VisualElement` class is part of the .NET library for Google Cloud Document AI and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The webpage provides a comprehensive version history of the `VisualElement` class, starting from version 1.0.0 up to the latest version 3.19.0, each with its own link to the documentation."],["The `VisualElement` class offers two constructors: a default constructor and one that accepts another `VisualElement` object for copying, along with properties to access the layout, type, and detected languages of the visual element."],["The latest documentation version is version 3.19.0, which can be accessed via the top of the list, while the main information about the class refers to version 3.0.0, which is the initial version that contained this class."]]],[]]