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
Reference documentation and code samples for the Cloud Document AI v1 API class Document.Types.Page.Types.Table.Types.TableRow.
[[["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 reference documentation for the `TableRow` class within the Google Cloud Document AI v1 API, specifically for the .NET environment, spanning multiple versions from 1.0.0 to 3.19.0."],["The `TableRow` class, part of the `Google.Cloud.DocumentAI.V1.Document.Types.Page.Types.Table.Types` namespace, represents a row of cells in a table structure."],["The page details the class's inheritance, which includes implementing `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it also lists members inherited from the base `Object` class."],["Two constructors for creating a `TableRow` object are available, one default and the other accepting another `TableRow` object, and it also contains a `Cells` property."],["The `Cells` property is a `RepeatedField` of `TableCell` objects, which holds the cells that belong to the row, all of which being found in the assembly `Google.Cloud.DocumentAI.V1.dll`."]]],[]]