Class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1ProcessDocumentResponse
- Inherits:
-
Object
- Object
- Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1ProcessDocumentResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/documentai_v1/classes.rb,
lib/google/apis/documentai_v1/representations.rb,
lib/google/apis/documentai_v1/representations.rb more...
Overview
Response to a single document processing request.
Instance Attribute Summary collapse
-
#input_config ⇒ Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1InputConfig
The desired input location and metadata.
-
#output_config ⇒ Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1OutputConfig
The desired output location and metadata.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDocumentaiV1beta1ProcessDocumentResponse
constructor
A new instance of GoogleCloudDocumentaiV1beta1ProcessDocumentResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDocumentaiV1beta1ProcessDocumentResponse
Returns a new instance of GoogleCloudDocumentaiV1beta1ProcessDocumentResponse.
7590 7591 7592 |
# File 'lib/google/apis/documentai_v1/classes.rb', line 7590 def initialize(**args) update!(**args) end |
Instance Attribute Details
#input_config ⇒ Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1InputConfig
The desired input location and metadata.
Corresponds to the JSON property inputConfig
7583 7584 7585 |
# File 'lib/google/apis/documentai_v1/classes.rb', line 7583 def input_config @input_config end |
#output_config ⇒ Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1OutputConfig
The desired output location and metadata.
Corresponds to the JSON property outputConfig
7588 7589 7590 |
# File 'lib/google/apis/documentai_v1/classes.rb', line 7588 def output_config @output_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7595 7596 7597 7598 |
# File 'lib/google/apis/documentai_v1/classes.rb', line 7595 def update!(**args) @input_config = args[:input_config] if args.key?(:input_config) @output_config = args[:output_config] if args.key?(:output_config) end |