Configuration required for an entity recognition model.

interface EntityRecognitionConfig {
    EntityTypes: undefined | EntityTypesListItem[];
}

Properties

Properties

EntityTypes: undefined | EntityTypesListItem[]

Up to 25 entity types that the model is trained to recognize.