Class: Google::Cloud::DocumentAI::V1beta3::ProcessOptions::LayoutConfig::ChunkingConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb

Overview

Serving config for chunking.

Instance Attribute Summary collapse

Instance Attribute Details

#breakpoint_percentile_threshold::Integer



95
96
97
98
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 95

class ChunkingConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#chunk_size::Integer



95
96
97
98
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 95

class ChunkingConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#include_ancestor_headings::Boolean



95
96
97
98
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 95

class ChunkingConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#semantic_chunking_group_size::Boolean



95
96
97
98
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 95

class ChunkingConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end