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."],[[["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."]]],[]]