Class: Google::Cloud::DocumentAI::V1beta3::Document::ChunkedDocument::Chunk::ChunkField
- Inherits:
-
Object
- Object
- Google::Cloud::DocumentAI::V1beta3::Document::ChunkedDocument::Chunk::ChunkField
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/documentai/v1beta3/document.rb
Overview
The chunk field in the chunk. A chunk field could be one of the various types (e.g. image, table) supported.
Instance Attribute Summary collapse
-
#image_chunk_field ⇒ ::Google::Cloud::DocumentAI::V1beta3::Document::ChunkedDocument::Chunk::ImageChunkField
The image chunk field in the chunk.
-
#table_chunk_field ⇒ ::Google::Cloud::DocumentAI::V1beta3::Document::ChunkedDocument::Chunk::TableChunkField
The table chunk field in the chunk.
Instance Attribute Details
#image_chunk_field ⇒ ::Google::Cloud::DocumentAI::V1beta3::Document::ChunkedDocument::Chunk::ImageChunkField
Returns The image chunk field in the chunk.
Note: The following fields are mutually exclusive: image_chunk_field
, table_chunk_field
. If a field in that set is populated, all other fields in the set will automatically be cleared.
1391 1392 1393 1394 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 1391 class ChunkField include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#table_chunk_field ⇒ ::Google::Cloud::DocumentAI::V1beta3::Document::ChunkedDocument::Chunk::TableChunkField
Returns The table chunk field in the chunk.
Note: The following fields are mutually exclusive: table_chunk_field
, image_chunk_field
. If a field in that set is populated, all other fields in the set will automatically be cleared.
1391 1392 1393 1394 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 1391 class ChunkField include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |