[This is preliminary documentation and is subject to change.]
The NaturalTextGenerator type exposes the following members.Methods
| Name | Description | |
|---|---|---|
| Generate |
Generates human-readable English text of up to specified length which is of 10 chars at minimum.
If zero passed then generates msg of random length
| |
| GenerateAddressLine |
Generates a string that resembles an address line
| |
| GenerateCityName |
Generates a string that resembles a city name
| |
| GenerateEMail |
Generates a string that looks like an email
| |
| GenerateFirstName |
Generates a string that resembles a human first name
| |
| GenerateFullName |
Generates a string that looks like a human name
| |
| GenerateLastName |
Generates a string that resembles a human last name
| |
| GenerateUSCityStateZip |
Generates a string that resembles a city/state/zip in a US address.
The states/zips are NOT consistent
| |
| GenerateWord |
Generates a random English word which is of the specified size. The min size must be of at least 4 chars
|
Fields
| Name | Description | |
|---|---|---|
| CITY_SUFFIXES | ||
| DOMAIN_NAMES | ||
| LAST_NAME_SUFFIXES | ||
| POPULAR_CITY_NAMES | ||
| POPULAR_FIRST_NAMES | ||
| POPULAR_LAST_NAMES | ||
| STREET_SUFFIXES | ||
| TLD_NAMES | ||
| US_STATES |
See Also