public sealed class TextAnchor : IMessage<Document.Types.TextAnchor>, IEquatable<Document.Types.TextAnchor>, IDeepCloneable<Document.Types.TextAnchor>, IBufferMessage, IMessage
Text reference indexing into the [Document.text][google.cloud.documentai.v1.Document.text].
[[["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 page provides documentation for the `TextAnchor` class within the `Google.Cloud.DocumentAI.V1` namespace, specifically detailing its structure and usage across multiple versions."],["The latest version of the `TextAnchor` class is 3.19.0, with previous versions ranging from 3.18.0 down to 1.0.0, all accessible through version-specific links."],["The `TextAnchor` class, which implements multiple interfaces, is designed for indexing text references within the `Document.text` of the Document AI API."],["Key properties of the `TextAnchor` class include `Content`, which provides the text span's content, and `TextSegments`, which refers to the related text segments in the document text."],["This page also provides information on the constructors, inherited members, and parameter details of the `TextAnchor` class, useful for .NET developers."]]],[]]