Truncate
Enables you to specify the display of either the last 3 or 4 characters of the identified text.
Example
My social security number is 657080021
Result
My social security number is *****0021
Configuration
{
"sid": "NER000",
"name": "ner",
"active": true,
"agent_location": "left",
"inbound": true,
"scrubaudio": true,
"scrubtext": true,
"rules": [
{
"name": "SocialSecurityNumber",
"active": true,
"mask_type": "Truncate",
"setting": "",
"real_time": true
}
]
}
Last updated