Parameters for Parsing Options
The following table lists the options that control the parsing of names.
Parameter |
Description |
---|---|
Option.ParseNaturalOrderPersonalNames |
Specifies whether to parse names where the is in the order Title, First Name, Middle Name, Last Name, and Suffix.
|
Option.ParseReverseOrderPersonalNames |
Specifies whether to parse names where the last name is specified first.
|
Option.ParseConjoinedNames |
Specifies whether to parse conjoined names.
|
Option.SplitConjoinedNames |
Specifies whether to separate names containing more than one individual into multiple records, for example, Bill & Sally Smith.
|
Option.ParseBusinessNames |
Specifies whether to parse business names.
|
Option.OutputAsList |
Specifies whether to return the parsed name elements in a list form.
|
Option.ShortcutThreshold |
Specifies how to balance performance versus quality. A faster performance will result in lower quality output; likewise, higher quality will result in slower performance. When this threshold is met, no other processing will be performed on the record. Specify a value from 0 to 100. The default is 100. |