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."],[[["This webpage provides documentation for the `TableRow` class within the `Google.Cloud.DocumentAI.V1` namespace, specifically for version 1.4.0."],["The `TableRow` class, part of the Document AI library, represents a row of table cells in a document and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation covers different versions of the library from 1.0.0 up to the latest version 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 an argument, as well as a `Cells` property of type `RepeatedField` that holds the cells in the row."],["The page shows the inheretence of the `TableRow` class from Object and also which members it inherits from Object, such as GetHashCode(), GetType(), MemberwiseClone() and ToString()."]]],[]]