Reference documentation and code samples for the Document AI V1beta3 API class Google::Cloud::DocumentAI::V1beta3::Document::Page::Table::TableRow.
A row of table cells.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#cells
def cells() -> ::Array<::Google::Cloud::DocumentAI::V1beta3::Document::Page::Table::TableCell>
Returns
- (::Array<::Google::Cloud::DocumentAI::V1beta3::Document::Page::Table::TableCell>) — Cells that make up this row.
#cells=
def cells=(value) -> ::Array<::Google::Cloud::DocumentAI::V1beta3::Document::Page::Table::TableCell>
Parameter
- value (::Array<::Google::Cloud::DocumentAI::V1beta3::Document::Page::Table::TableCell>) — Cells that make up this row.
Returns
- (::Array<::Google::Cloud::DocumentAI::V1beta3::Document::Page::Table::TableCell>) — Cells that make up this row.