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-03-21 UTC."],[[["The `TextSegment` class represents a contiguous part of a text string with UTF-8 NFC encoding and is part of the `Google.Cloud.AutoML.V1` namespace within the `Google.Cloud.AutoML.V1.dll` assembly."],["The latest version available is 3.4.0, and the content provided includes versions ranging from 2.2.0 to 3.4.0 for the `TextSegment`."],["`TextSegment` has properties `Content`, `EndOffset`, and `StartOffset`, where `Content` is the text segment itself, and `EndOffset` and `StartOffset` are zero-based character indexes defining the segment's boundaries."],["The `TextSegment` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["`TextSegment` can be instantiated using either a parameterless constructor or by providing another `TextSegment` instance as a parameter in the constructor."]]],[]]