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 latest version of the `TextSegment` class documented is 3.19.0, and the page includes links to documentation for all previous versions, dating back to 1.0.0, for easy comparison."],["`TextSegment` is used to represent a segment of text within a document, identified by its start and end UTF-8 character indices, and is a part of the `Document.Types.TextAnchor.Types` structure."],["The `TextSegment` class implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from `Object`, providing methods for comparison, cloning, and working with buffers."],["The `TextSegment` class has two constructors, `TextSegment()` which is a default constructor, and `TextSegment(Document.Types.TextAnchor.Types.TextSegment other)` to create an instance based on another `TextSegment`, and two properties, `EndIndex` and `StartIndex` that are of type Int64."]]],[]]