GoogleCloudDocumentaiV1EvaluationMetrics constructor

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

Implementation

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