Basic

Substitutes the identified text with the character specified in the 'Setting' field, with * being the default option.

Example

My credit card number is 5555 1111 5555 1111

Result

My credit card number is **** **** **** ****

Configuration

{
    "sid": "NER000",
    "name": "ner",
    "active": true,
    "agent_location": "left",
    "inbound": true,
    "scrubaudio": true,
    "scrubtext": true,
    "rules": [
        {
            "name": "CreditCardNumber",
            "active": true,
            "mask_type": "Basic",
            "setting": "*",
            "real_time": true
        }
    ]
}

Last updated