Class: Google::Cloud::DocumentAI::V1beta3::Document::Page::Table::TableRow
- Inherits:
-
Object
- Object
- Google::Cloud::DocumentAI::V1beta3::Document::Page::Table::TableRow
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/documentai/v1beta3/document.rb
Overview
A row of table cells.
Instance Attribute Summary collapse
-
#cells ⇒ ::Array<::Google::Cloud::DocumentAI::V1beta3::Document::Page::Table::TableCell>
Cells that make up this row.
Instance Attribute Details
#cells ⇒ ::Array<::Google::Cloud::DocumentAI::V1beta3::Document::Page::Table::TableCell>
Returns Cells that make up this row.
462 463 464 465 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 462 class TableRow include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |