Class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfig

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/documentai_v1beta3/classes.rb,
lib/google/apis/documentai_v1beta3/representations.rb,
lib/google/apis/documentai_v1beta3/representations.rb

Overview

Serving config for layout parser processor.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfig

Returns a new instance of GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfig.



6706
6707
6708
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 6706

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#chunking_configGoogle::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfigChunkingConfig

Serving config for chunking. Corresponds to the JSON property chunkingConfig



6704
6705
6706
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 6704

def chunking_config
  @chunking_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6711
6712
6713
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 6711

def update!(**args)
  @chunking_config = args[:chunking_config] if args.key?(:chunking_config)
end