EmailTokenizerInfo represents a tokenizer that specifically tokenizes emails
Name | Type | Description | Notes |
---|---|---|---|
DomainSuffixLength | long | What length of a random domain suffix to generate used only if FixedDomainSuffix is empty | [optional] |
FixedDomainSuffix | string | if FixedDomainSuffix isn't empty, it will be appended to the output | [optional] |
KeepPrefixLength | long | How many letters of the plaintext to keep in the output | [optional] |