Google Cloud Document Ai V1 Client - Class EvaluationReference (1.2.2)

Reference documentation and code samples for the Google Cloud Document Ai V1 Client class EvaluationReference.

Gives a short summary of an evaluation, and links to the evaluation itself.

Generated from protobuf message google.cloud.documentai.v1.EvaluationReference

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ operation string

The resource name of the Long Running Operation for the evaluation.

↳ evaluation string

The resource name of the evaluation.

↳ aggregate_metrics Google\Cloud\DocumentAI\V1\Evaluation\Metrics

An aggregate of the statistics for the evaluation with fuzzy matching on.

↳ aggregate_metrics_exact Google\Cloud\DocumentAI\V1\Evaluation\Metrics

An aggregate of the statistics for the evaluation with fuzzy matching off.

getOperation

The resource name of the Long Running Operation for the evaluation.

Returns
TypeDescription
string

setOperation

The resource name of the Long Running Operation for the evaluation.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getEvaluation

The resource name of the evaluation.

Returns
TypeDescription
string

setEvaluation

The resource name of the evaluation.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getAggregateMetrics

An aggregate of the statistics for the evaluation with fuzzy matching on.

Returns
TypeDescription
Google\Cloud\DocumentAI\V1\Evaluation\Metrics|null

hasAggregateMetrics

clearAggregateMetrics

setAggregateMetrics

An aggregate of the statistics for the evaluation with fuzzy matching on.

Parameter
NameDescription
var Google\Cloud\DocumentAI\V1\Evaluation\Metrics
Returns
TypeDescription
$this

getAggregateMetricsExact

An aggregate of the statistics for the evaluation with fuzzy matching off.

Returns
TypeDescription
Google\Cloud\DocumentAI\V1\Evaluation\Metrics|null

hasAggregateMetricsExact

clearAggregateMetricsExact

setAggregateMetricsExact

An aggregate of the statistics for the evaluation with fuzzy matching off.

Parameter
NameDescription
var Google\Cloud\DocumentAI\V1\Evaluation\Metrics
Returns
TypeDescription
$this