Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface MachineLearningPIIResult

    An object that contains the PII analysis of the corresponding messages.

    interface MachineLearningPIIResult {
        masked?: string;
        message?: string;
    }
    Index

    Properties

    Properties

    masked?: string

    The redacted message text in which sensitive information was replaced with appropriate masks. A MISC mask is applied to a term that has been identified as PII, but with low confidence regarding which type of mask to assign.

    message?: string

    The message text that was analyzed.