GoogleCloudDocumentaiV1EvaluationReference constructor

GoogleCloudDocumentaiV1EvaluationReference({
  1. GoogleCloudDocumentaiV1EvaluationMetrics? aggregateMetrics,
  2. GoogleCloudDocumentaiV1EvaluationMetrics? aggregateMetricsExact,
  3. String? evaluation,
  4. String? operation,
})

Implementation

GoogleCloudDocumentaiV1EvaluationReference({
  this.aggregateMetrics,
  this.aggregateMetricsExact,
  this.evaluation,
  this.operation,
});