Reference documentation and code samples for the Document AI V1beta3 API class Google::Cloud::DocumentAI::V1beta3::Document::ChunkedDocument::Chunk::ChunkField.
The chunk field in the chunk. A chunk field could be one of the various types (e.g. image, table) supported.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#image_chunk_field
def image_chunk_field() -> ::Google::Cloud::DocumentAI::V1beta3::Document::ChunkedDocument::Chunk::ImageChunkField
-
(::Google::Cloud::DocumentAI::V1beta3::Document::ChunkedDocument::Chunk::ImageChunkField) — 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.
#image_chunk_field=
def image_chunk_field=(value) -> ::Google::Cloud::DocumentAI::V1beta3::Document::ChunkedDocument::Chunk::ImageChunkField
-
value (::Google::Cloud::DocumentAI::V1beta3::Document::ChunkedDocument::Chunk::ImageChunkField) — 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.
-
(::Google::Cloud::DocumentAI::V1beta3::Document::ChunkedDocument::Chunk::ImageChunkField) — 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.
#table_chunk_field
def table_chunk_field() -> ::Google::Cloud::DocumentAI::V1beta3::Document::ChunkedDocument::Chunk::TableChunkField
-
(::Google::Cloud::DocumentAI::V1beta3::Document::ChunkedDocument::Chunk::TableChunkField) — 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.
#table_chunk_field=
def table_chunk_field=(value) -> ::Google::Cloud::DocumentAI::V1beta3::Document::ChunkedDocument::Chunk::TableChunkField
-
value (::Google::Cloud::DocumentAI::V1beta3::Document::ChunkedDocument::Chunk::TableChunkField) — 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.
-
(::Google::Cloud::DocumentAI::V1beta3::Document::ChunkedDocument::Chunk::TableChunkField) — 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.