public sealed class Symbol : IMessage<Document.Types.Page.Types.Symbol>, IEquatable<Document.Types.Page.Types.Symbol>, IDeepCloneable<Document.Types.Page.Types.Symbol>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1 API class Document.Types.Page.Types.Symbol.
[[["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 document provides reference documentation for the `Document.Types.Page.Types.Symbol` class within the Cloud Document AI v1 API for .NET."],["The `Symbol` class represents a detected symbol and includes properties like `DetectedLanguages` and `Layout` for detailed analysis."],["The document outlines the available versions, ranging from version 1.0.0 up to 3.19.0, with the latter being the latest, and each version links to the corresponding documentation."],["The `Symbol` class implements interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage, providing functionalities for message handling, equality comparison, deep cloning, and buffer message operations."],["Two constructors are available for the Symbol class, one is a standard constructor and the other allows the creation of a new Symbol object based on another, pre-existing one."]]],[]]