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-04-01 UTC."],[[["This webpage provides documentation for the `VisualElement` class within the `Google.Cloud.DocumentAI.V1` namespace, which is used to represent detected non-text elements on a document page, such as checkboxes and signatures."],["The `VisualElement` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to work with Google's Protocol Buffers library and be cloned or checked for equality."],["The class has properties like `DetectedLanguages`, which gives the detected languages and confidence, `Layout`, which stores the layout information of the element, and `Type`, which identifies the specific type of the visual element."],["The documentation provides version history, from version 1.0.0 up to the current latest version of 3.19.0, with links to the specific documentation for each version."],["The webpage has two constructors `VisualElement()` and `VisualElement(Document.Types.Page.Types.VisualElement other)` for creating objects of the class."]]],[]]