NAMED_ENTITY_CERTAINTY Enumerated Type

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 advisable.

  • NEC_MEDIUM
    It quite likely is this named entity; it is OK to use it.

  • NEC_HIGH
    It almost certainly is this named entity; it should be OK to toss other possibilities.

Enumerated Type Information

Header and IDL files structuredquery.h, structuredquery.idl
Minimum operating systems Windows Vista