Class Google::Cloud::DocumentAI::V1beta3::Document::Page::Table::TableCell (v0.10.0)

A cell representation inside the table.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#col_span

def col_span() -> ::Integer
Returns
  • (::Integer) — How many columns this cell spans.

#col_span=

def col_span=(value) -> ::Integer
Parameter
  • value (::Integer) — How many columns this cell spans.
Returns
  • (::Integer) — How many columns this cell spans.

#detected_languages

def detected_languages() -> ::Array<::Google::Cloud::DocumentAI::V1beta3::Document::Page::DetectedLanguage>
Returns

#detected_languages=

def detected_languages=(value) -> ::Array<::Google::Cloud::DocumentAI::V1beta3::Document::Page::DetectedLanguage>
Parameter
Returns

#layout

def layout() -> ::Google::Cloud::DocumentAI::V1beta3::Document::Page::Layout

#layout=

def layout=(value) -> ::Google::Cloud::DocumentAI::V1beta3::Document::Page::Layout

#row_span

def row_span() -> ::Integer
Returns
  • (::Integer) — How many rows this cell spans.

#row_span=

def row_span=(value) -> ::Integer
Parameter
  • value (::Integer) — How many rows this cell spans.
Returns
  • (::Integer) — How many rows this cell spans.