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 latest version of the `TextSegment` class is 3.4.0, with a series of previous versions available, including the current version 2.4.0."],["`TextSegment` represents a contiguous part of text with UTF-8 NFC encoding and inherits from `Object`, while implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class's namespace is `Google.Cloud.AutoML.V1`, and it is contained within the `Google.Cloud.AutoML.V1.dll` assembly."],["The `TextSegment` class has properties such as `Content`, `EndOffset`, and `StartOffset`, which define the text segment's content and its position within a larger text."],["There are two constructors for `TextSegment`: a parameterless constructor and one that accepts another `TextSegment` object."]]],[]]