GoogleCloudDocumentaiV1EvaluationReference constructor
      
      GoogleCloudDocumentaiV1EvaluationReference({ 
    
    
- GoogleCloudDocumentaiV1EvaluationMetrics? aggregateMetrics,
 - GoogleCloudDocumentaiV1EvaluationMetrics? aggregateMetricsExact,
 - String? evaluation,
 - String? operation,
 
Implementation
GoogleCloudDocumentaiV1EvaluationReference({
  this.aggregateMetrics,
  this.aggregateMetricsExact,
  this.evaluation,
  this.operation,
});