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