Validate Phone Number Scoring

Key

Description

PN_NO_PATTERN

A scoring flag indicating that no parsing pattern (parsing rule) conforming to the input value was found.

PN_PART_PATTERN

A scoring flag indicating that only part of a parsing pattern matched the input phone number. The flag is being set in situations when IDC or PROV are parsed but not verified against their dictionaries.

PN_MORE_PATTERNS

A scoring flag indicating that more than one parsing pattern matched the input phone number.

PN_IDC

A scoring flag indicating that part of the input number considered to be an IDC number does not correspond to any of known IDCs in the used dictionary.

PN_PROV

A scoring flag indicating that part of the input number considered to be an provider number does not correspond to any of known providers in the used dictionary.

PN_NULL

A scoring flag indicating that no phone number in the input is provided.

PN_TRASH

A scoring flag indicating that some text wasn't parsed or was parsed by a component having no special output in the case that fullTrashScope is specified. This flag is set even if the binding trash is not defined.


iWay Software