Class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1ProcessDocumentResponse

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

Overview

Response to a single document processing request.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDocumentaiV1beta1ProcessDocumentResponse

Returns a new instance of GoogleCloudDocumentaiV1beta1ProcessDocumentResponse.



2540
2541
2542
# File 'lib/google/apis/documentai_v1beta2/classes.rb', line 2540

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

Instance Attribute Details

#input_configGoogle::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1InputConfig

The desired input location and metadata. Corresponds to the JSON property inputConfig



2533
2534
2535
# File 'lib/google/apis/documentai_v1beta2/classes.rb', line 2533

def input_config
  @input_config
end

#output_configGoogle::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1OutputConfig

The desired output location and metadata. Corresponds to the JSON property outputConfig



2538
2539
2540
# File 'lib/google/apis/documentai_v1beta2/classes.rb', line 2538

def output_config
  @output_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2545
2546
2547
2548
# File 'lib/google/apis/documentai_v1beta2/classes.rb', line 2545

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