Class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1EvaluateProcessorVersionRequest

Inherits:
Object
  • Object
show all
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

Evaluates the given ProcessorVersion against the supplied documents.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDocumentaiV1EvaluateProcessorVersionRequest

Returns a new instance of GoogleCloudDocumentaiV1EvaluateProcessorVersionRequest.

[View source]

3957
3958
3959
# File 'lib/google/apis/documentai_v1/classes.rb', line 3957

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

Instance Attribute Details

#evaluation_documentsGoogle::Apis::DocumentaiV1::GoogleCloudDocumentaiV1BatchDocumentsInputConfig

The common config to specify a set of documents used as input. Corresponds to the JSON property evaluationDocuments


3955
3956
3957
# File 'lib/google/apis/documentai_v1/classes.rb', line 3955

def evaluation_documents
  @evaluation_documents
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object

[View source]

3962
3963
3964
# File 'lib/google/apis/documentai_v1/classes.rb', line 3962

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