public sealed class TableRow : IMessage<Document.Types.Page.Types.Table.Types.TableRow>, IEquatable<Document.Types.Page.Types.Table.Types.TableRow>, IDeepCloneable<Document.Types.Page.Types.Table.Types.TableRow>, IBufferMessage, IMessage
[[["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-19 UTC."],[[["The `TableRow` class represents a row of table cells within the Google Cloud Document AI API's `Document` structure."],["This class is found within the `Google.Cloud.DocumentAI.V1` namespace and is part of the `Google.Cloud.DocumentAI.V1.dll` assembly."],["The `TableRow` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which it inherits from the google protobuf."],["It includes a `Cells` property, a `RepeatedField` containing `TableCell` objects, which represent the individual cells within the table row."],["The latest version available of this table row class is 3.19.0, with multiple previous versions accessible, down to 1.0.0."]]],[]]