Google Cloud Document Ai V1 Client - Class EvaluateProcessorVersionRequest (2.5.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Document Ai V1 Client class EvaluateProcessorVersionRequest.
Evaluates the given ProcessorVersion against the supplied documents.
Generated from protobuf message google.cloud.documentai.v1.EvaluateProcessorVersionRequest
Namespace
Google \ Cloud \ DocumentAI \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ processor_version |
string
Required. The resource name of the ProcessorVersion to evaluate. |
↳ evaluation_documents |
BatchDocumentsInputConfig
Optional. The documents used in the evaluation. If unspecified, use the processor's dataset as evaluation input. |
getProcessorVersion
Required. The resource name of the ProcessorVersion to evaluate.
projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}
| Returns | |
|---|---|
| Type | Description |
string |
|
setProcessorVersion
Required. The resource name of the ProcessorVersion to evaluate.
projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEvaluationDocuments
Optional. The documents used in the evaluation. If unspecified, use the processor's dataset as evaluation input.
| Returns | |
|---|---|
| Type | Description |
BatchDocumentsInputConfig|null |
|
hasEvaluationDocuments
clearEvaluationDocuments
setEvaluationDocuments
Optional. The documents used in the evaluation. If unspecified, use the processor's dataset as evaluation input.
| Parameter | |
|---|---|
| Name | Description |
var |
BatchDocumentsInputConfig
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
processorVersion |
string
Required. The resource name of the
ProcessorVersion to
evaluate.
|
| Returns | |
|---|---|
| Type | Description |
EvaluateProcessorVersionRequest |
|