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

interface EntityRecognizerMetadataEntityTypesListItem {
    EvaluationMetrics?: EntityTypesEvaluationMetrics;
    NumberOfTrainMentions?: number;
    Type?: string;
}

Properties

EvaluationMetrics?: EntityTypesEvaluationMetrics

Detailed information about the accuracy of the entity recognizer for a specific item on the list of entity types.

NumberOfTrainMentions?: number

Indicates the number of times the given entity type was seen in the training data.

Type?: string

Type of entity from the list of entity types in the metadata of an entity recognizer.