Reference documentation and code samples for the Document AI V1 API class Google::Cloud::DocumentAI::V1::Document::Page::Table.
A table representation similar to HTML table structure.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#body_rows
def body_rows() -> ::Array<::Google::Cloud::DocumentAI::V1::Document::Page::Table::TableRow>
Returns
- (::Array<::Google::Cloud::DocumentAI::V1::Document::Page::Table::TableRow>) — Body rows of the table.
#body_rows=
def body_rows=(value) -> ::Array<::Google::Cloud::DocumentAI::V1::Document::Page::Table::TableRow>
Parameter
- value (::Array<::Google::Cloud::DocumentAI::V1::Document::Page::Table::TableRow>) — Body rows of the table.
Returns
- (::Array<::Google::Cloud::DocumentAI::V1::Document::Page::Table::TableRow>) — Body rows of the table.
#detected_languages
def detected_languages() -> ::Array<::Google::Cloud::DocumentAI::V1::Document::Page::DetectedLanguage>
Returns
- (::Array<::Google::Cloud::DocumentAI::V1::Document::Page::DetectedLanguage>) — A list of detected languages together with confidence.
#detected_languages=
def detected_languages=(value) -> ::Array<::Google::Cloud::DocumentAI::V1::Document::Page::DetectedLanguage>
Parameter
- value (::Array<::Google::Cloud::DocumentAI::V1::Document::Page::DetectedLanguage>) — A list of detected languages together with confidence.
Returns
- (::Array<::Google::Cloud::DocumentAI::V1::Document::Page::DetectedLanguage>) — A list of detected languages together with confidence.
#header_rows
def header_rows() -> ::Array<::Google::Cloud::DocumentAI::V1::Document::Page::Table::TableRow>
Returns
- (::Array<::Google::Cloud::DocumentAI::V1::Document::Page::Table::TableRow>) — Header rows of the table.
#header_rows=
def header_rows=(value) -> ::Array<::Google::Cloud::DocumentAI::V1::Document::Page::Table::TableRow>
Parameter
- value (::Array<::Google::Cloud::DocumentAI::V1::Document::Page::Table::TableRow>) — Header rows of the table.
Returns
- (::Array<::Google::Cloud::DocumentAI::V1::Document::Page::Table::TableRow>) — Header rows of the table.
#layout
def layout() -> ::Google::Cloud::DocumentAI::V1::Document::Page::Layout
Returns
#layout=
def layout=(value) -> ::Google::Cloud::DocumentAI::V1::Document::Page::Layout
Parameter
- value (::Google::Cloud::DocumentAI::V1::Document::Page::Layout) — Layout for Table.
Returns
#provenance
def provenance() -> ::Google::Cloud::DocumentAI::V1::Document::Provenance
Returns
- (::Google::Cloud::DocumentAI::V1::Document::Provenance) — The history of this table.
#provenance=
def provenance=(value) -> ::Google::Cloud::DocumentAI::V1::Document::Provenance
Parameter
- value (::Google::Cloud::DocumentAI::V1::Document::Provenance) — The history of this table.
Returns
- (::Google::Cloud::DocumentAI::V1::Document::Provenance) — The history of this table.