The text segment is the text content part of a form field. It will be
treated as child of another FORM_FIELD TextSegment if its span is
subspan of another TextSegment with type FORM_FIELD.
FormFieldName
The text segment is the name part of a form field. It will be treated
as child of another FORM_FIELD TextSegment if its span is subspan of
another TextSegment with type FORM_FIELD.
Paragraph
The text segment is a paragraph.
Table
The text segment is a whole table, including headers, and all rows.
TableCell
The text segment is a cell in table. It will be treated as child of
another TABLE_ROW TextSegment if its span is subspan of another
TextSegment with type TABLE_ROW.
TableHeader
The text segment is a table's headers. It will be treated as child of
another TABLE TextSegment if its span is subspan of another TextSegment
with type TABLE.
TableRow
The text segment is a row in table. It will be treated as child of
another TABLE TextSegment if its span is subspan of another TextSegment
with type TABLE.
[[["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."],[[["This webpage provides documentation for the `TextSegmentType` enum within the `Google.Cloud.AutoML.V1` namespace, detailing the different types of text segments found in a document."],["The latest version available is 3.4.0, and older versions, from 3.3.0 down to 2.2.0, are also documented."],["`TextSegmentType` defines various text segments like `FormField`, `Paragraph`, `Table`, `Token`, and others, specifying their roles and relationships within the document."],["Each `TextSegmentType` field has a description that explains what it represents within the context of a document's structure."],["Some text segments can be treated as children of others, such as `FormFieldName` or `TableCell` being children of `FormField` or `TableRow`, respectively, if their span is a subspan of another `TextSegment` with the corresponding type."]]],[]]