Class: Google::Cloud::DocumentAI::V1::ProcessOptions::LayoutConfig::ChunkingConfig
- Inherits:
-
Object
- Object
- Google::Cloud::DocumentAI::V1::ProcessOptions::LayoutConfig::ChunkingConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/documentai/v1/document_processor_service.rb
Overview
Serving config for chunking.
Instance Attribute Summary collapse
-
#chunk_size ⇒ ::Integer
Optional.
-
#include_ancestor_headings ⇒ ::Boolean
Optional.
Instance Attribute Details
#chunk_size ⇒ ::Integer
Returns Optional. The chunk sizes to use when splitting documents, in order of level.
70 71 72 73 |
# File 'proto_docs/google/cloud/documentai/v1/document_processor_service.rb', line 70 class ChunkingConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#include_ancestor_headings ⇒ ::Boolean
Returns Optional. Whether or not to include ancestor headings when splitting.
70 71 72 73 |
# File 'proto_docs/google/cloud/documentai/v1/document_processor_service.rb', line 70 class ChunkingConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |