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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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)."]]],[]]