Class: Google::Cloud::DocumentAI::V1beta3::Document::Page::Table::TableCell
- Inherits:
-
Object
- Object
- Google::Cloud::DocumentAI::V1beta3::Document::Page::Table::TableCell
- 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
-
#col_span ⇒ ::Integer
How many columns this cell spans.
-
#detected_languages ⇒ ::Array<::Google::Cloud::DocumentAI::V1beta3::Document::Page::DetectedLanguage>
A list of detected languages together with confidence.
- #layout ⇒ ::Google::Cloud::DocumentAI::V1beta3::Document::Page::Layout
-
#row_span ⇒ ::Integer
How many rows this cell spans.
Instance Attribute Details
#col_span ⇒ ::Integer
Returns How many columns this cell spans.
481 482 483 484 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 481 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.
481 482 483 484 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 481 class TableCell include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |