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.v1beta3.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-24 UTC."],[[["The `TextAnchor` class in the `Google.Cloud.DocumentAI.V1Beta3` namespace provides text reference indexing into a `Document.text`."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["It is part of version `1.0.0-beta04`, with newer versions available such as `2.0.0-beta23` (latest) and `2.0.0-beta22`."],["`TextAnchor` has properties for `Content`, which contains the text span's content, and `TextSegments`, which refers to the segments within `Document.text`."]]],[]]