Random
Substitutes the identified text with text that is randomly generated.
Example
My social security number is 657080021
Result
My social security number is 821926815
Configuration
{
"sid": "NER000",
"name": "ner",
"active": true,
"agent_location": "left",
"inbound": true,
"scrubaudio": true,
"scrubtext": true,
"rules": [
{
"name": "SocialSecurityNumber",
"active": true,
"mask_type": "Random",
"setting": "",
"real_time": true
}
]
}
Last updated