GoogleCloudDocumentaiV1beta3EvaluationReference constructor

GoogleCloudDocumentaiV1beta3EvaluationReference({
  1. GoogleCloudDocumentaiV1beta3EvaluationMetrics? aggregateMetrics,
  2. String? evaluation,
  3. String? operation,
})

Implementation

GoogleCloudDocumentaiV1beta3EvaluationReference({
  this.aggregateMetrics,
  this.evaluation,
  this.operation,
});