Detailed information about an entity recognizer.

interface EntityRecognizerMetadata {
    EntityTypes?: EntityRecognizerMetadataEntityTypesListItem[];
    EvaluationMetrics?: EntityRecognizerEvaluationMetrics;
    NumberOfTestDocuments?: number;
    NumberOfTrainedDocuments?: number;
}

Properties

Entity types from the metadata of an entity recognizer.

Detailed information about the accuracy of an entity recognizer.

NumberOfTestDocuments?: number

The number of documents in the input data that were used to test the entity recognizer. Typically this is 10 to 20 percent of the input documents.

NumberOfTrainedDocuments?: number

The number of documents in the input data that were used to train the entity recognizer. Typically this is 80 to 90 percent of the input documents.