Class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1EvaluateProcessorVersionRequest
- Inherits:
-
Object
- Object
- Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1EvaluateProcessorVersionRequest
- 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
-
#evaluation_documents ⇒ Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1BatchDocumentsInputConfig
The common config to specify a set of documents used as input.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDocumentaiV1EvaluateProcessorVersionRequest
constructor
A new instance of GoogleCloudDocumentaiV1EvaluateProcessorVersionRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDocumentaiV1EvaluateProcessorVersionRequest
Returns a new instance of GoogleCloudDocumentaiV1EvaluateProcessorVersionRequest.
3957 3958 3959 |
# File 'lib/google/apis/documentai_v1/classes.rb', line 3957 def initialize(**args) update!(**args) end |
Instance Attribute Details
#evaluation_documents ⇒ Google::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
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 |