Class: Google::Cloud::DocumentAI::V1beta3::Document::ChunkedDocument::Chunk::TableChunkField
- Inherits:
-
Object
- Object
- Google::Cloud::DocumentAI::V1beta3::Document::ChunkedDocument::Chunk::TableChunkField
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/documentai/v1beta3/document.rb
Overview
The table chunk field in the chunk.
Instance Attribute Summary collapse
-
#annotations ⇒ ::Google::Cloud::DocumentAI::V1beta3::Document::Annotations
Annotation of the table chunk field.
Instance Attribute Details
#annotations ⇒ ::Google::Cloud::DocumentAI::V1beta3::Document::Annotations
Returns Annotation of the table chunk field.
1374 1375 1376 1377 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 1374 class TableChunkField include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |