EntityRecognizerMetadataEntityTypesListItem class

Individual item from the list of entity types in the metadata of an entity recognizer.

Constructors

EntityRecognizerMetadataEntityTypesListItem({EntityTypesEvaluationMetrics? evaluationMetrics, int? numberOfTrainMentions, String? type})
EntityRecognizerMetadataEntityTypesListItem.fromJson(Map<String, dynamic> json)
factory

Properties

evaluationMetrics EntityTypesEvaluationMetrics?
Detailed information about the accuracy of the entity recognizer for a specific item on the list of entity types.
final
hashCode int
The hash code for this object.
no setterinherited
numberOfTrainMentions int?
Indicates the number of times the given entity type was seen in the training data.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
Type of entity from the list of entity types in the metadata of an entity recognizer.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited