GoogleCloudDocumentaiV1beta3EvaluationMetrics constructor

GoogleCloudDocumentaiV1beta3EvaluationMetrics({
  1. double? f1Score,
  2. int? falseNegativesCount,
  3. int? falsePositivesCount,
  4. int? groundTruthOccurrencesCount,
  5. double? precision,
  6. int? predictedOccurrencesCount,
  7. double? recall,
  8. int? totalDocumentsCount,
  9. int? truePositivesCount,
})

Implementation

GoogleCloudDocumentaiV1beta3EvaluationMetrics({
  this.f1Score,
  this.falseNegativesCount,
  this.falsePositivesCount,
  this.groundTruthOccurrencesCount,
  this.precision,
  this.predictedOccurrencesCount,
  this.recall,
  this.totalDocumentsCount,
  this.truePositivesCount,
});