public sealed class TextSegment : IMessage<Document.Types.TextAnchor.Types.TextSegment>, IEquatable<Document.Types.TextAnchor.Types.TextSegment>, IDeepCloneable<Document.Types.TextAnchor.Types.TextSegment>, IBufferMessage, IMessage
A text segment in the [Document.text][google.cloud.documentai.v1.Document.text]. The indices may be out of bounds
which indicate that the text extends into another document shard for
large sharded documents. See [ShardInfo.text_offset][google.cloud.documentai.v1.Document.ShardInfo.text_offset]
[TextSegment][google.cloud.documentai.v1.Document.TextAnchor.TextSegment] half open end UTF-8 char index in the
[Document.text][google.cloud.documentai.v1.Document.text].
[TextSegment][google.cloud.documentai.v1.Document.TextAnchor.TextSegment] start UTF-8 char index in 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 webpage provides documentation for the `TextSegment` class within the `Google.Cloud.DocumentAI.V1` namespace, specifically detailing its structure and usage across different versions."],["The `TextSegment` class, part of Google's Document AI, represents a segment of text within a document, defined by start and end indices."],["The page lists multiple versions of the Document AI library, ranging from version 1.0.0 to the latest version 3.19.0, each linked to its corresponding `TextSegment` documentation."],["The `TextSegment` class includes properties `StartIndex` and `EndIndex`, both of type Int64, which specify the character positions that delimit the text segment within the document."],["The class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class, showcasing its integration within the .NET framework and Google Cloud."]]],[]]