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, which represents a row of table cells within the Google Cloud Document AI V1Beta3 library."],["The `TableRow` class is part of the `Google.Cloud.DocumentAI.V1Beta3.Document.Types.Page.Types.Table.Types` namespace, and it's available in version 1.0.0-beta04, with newer beta versions accessible."],["The `TableRow` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a `Cells` property, which is a collection of `TableCell` objects that constitute the row."],["The class offers two constructors, one default, and one that takes another `TableRow` object as a parameter for cloning."]]],[]]