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