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"]],[["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 `TableRow` class within the `Google.Cloud.DocumentAI.V1` namespace, specifically for the version 1.3.0."],["The `TableRow` class represents a row of table cells and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest documented version of this class is 3.19.0, but this specific page covers from versions 1.0.0 to 3.19.0, with links provided for each version."],["The `TableRow` class has two constructors, one default and one that takes another `TableRow` object as a parameter, allowing for cloning."],["The class includes a `Cells` property, which is a `RepeatedField` containing the table cells that are part of this row."]]],[]]