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 latest version available for `TableRow` is 3.19.0, part of the Google Cloud Document AI V1 library, but the page lists versions all the way back to 1.0.0."],["`TableRow` is a class representing a row of table cells within a document, inheriting from Object and implementing several interfaces such as IMessage, IEquatable, and IDeepCloneable."],["The `TableRow` class is part of the namespace `Google.Cloud.DocumentAI.V1` and is contained within the `Google.Cloud.DocumentAI.V1.dll` assembly."],["The `TableRow` class has two constructors, a default one, and another that can be passed an instance of another `TableRow`."],["`TableRow` objects contain a `Cells` property, which is a `RepeatedField` object that provides a list of table cells that make up a row."]]],[]]