NAMED_ENTITY_CERTAINTY enumeration
Defines the level of certainty for a named entity.
Syntax
typedef enum { NEC_LOW = 0, NEC_MEDIUM = 1, NEC_HIGH = 2 } NAMED_ENTITY_CERTAINTY;
Constants
- NEC_LOW
-
It could be this named entity but additional evidence is advisable.
- NEC_MEDIUM
-
It quite likely is this named entity; it is okay to use it.
- NEC_HIGH
-
It almost certainly is this named entity; it should be okay to discard other possibilities.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
IDL |
|
Show: