Required. Zero-based character index of the first character past the end of
the text segment (counting character from the beginning of the text).
The character at the end_offset is NOT included in the text segment.
[[["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-04-17 UTC."],[[["This webpage details the `TextSegment` class, a component in the `Google.Cloud.AutoML.V1` namespace, representing a contiguous part of a text string with UTF-8 NFC encoding."],["The `TextSegment` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for serialization, comparison, cloning, and buffer management."],["The class has properties `Content`, `EndOffset`, and `StartOffset`, defining the text segment's actual content, its end position, and its start position within the broader text."],["The page also lists the versions of the library, ranging from `3.4.0` (latest) down to `2.2.0`, with links to each version's documentation."],["Two constructors are available for creating `TextSegment` instances, one being empty, and one which takes a `TextSegment` object."]]],[]]