EntityRecognizerMetadataEntityTypesListItem constructor

EntityRecognizerMetadataEntityTypesListItem({
  1. EntityTypesEvaluationMetrics? evaluationMetrics,
  2. int? numberOfTrainMentions,
  3. String? type,
})

Implementation

EntityRecognizerMetadataEntityTypesListItem({
  this.evaluationMetrics,
  this.numberOfTrainMentions,
  this.type,
});