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."],[[["The latest version of the Google AutoML v1 API class TextSegment is 3.4.0, and there are 9 previous versions available for reference, ranging from 3.3.0 to 2.2.0."],["The TextSegment class represents a contiguous part of a text string, encoded in UTF-8 NFC, as part of the Google Cloud AutoML API."],["TextSegment implements interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage, along with inheriting from the base object class."],["The class has two constructors, one default and one that takes another TextSegment object as a parameter, for copying."],["The TextSegment class provides three key properties: Content (the text itself), StartOffset (the index of the first character), and EndOffset (the index of the character after the end of the segment)."]]],[]]