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

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 cell representation inside the table.

Instance Attribute Summary collapse

Instance Attribute Details

#col_span::Integer

Returns How many columns this cell spans.

Returns:

  • (::Integer)

    How many columns this cell spans.



555
556
557
558
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 555

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

#detected_languages::Array<::Google::Cloud::DocumentAI::V1beta3::Document::Page::DetectedLanguage>

Returns A list of detected languages together with confidence.

Returns:



555
556
557
558
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 555

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

#layout::Google::Cloud::DocumentAI::V1beta3::Document::Page::Layout

Returns Layout for TableCell.



555
556
557
558
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 555

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

#row_span::Integer

Returns How many rows this cell spans.

Returns:

  • (::Integer)

    How many rows this cell spans.



555
556
557
558
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 555

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