Class: Google::Cloud::DocumentAI::V1beta3::Document::Page::Table::TableRow

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#cells::Array<::Google::Cloud::DocumentAI::V1beta3::Document::Page::Table::TableCell>

Returns Cells that make up this row.

Returns:



536
537
538
539
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 536

class TableRow
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end