langchain.js
    Preparing search index...

    Interface PIIMatch

    Represents a detected PII match in content

    interface PIIMatch {
        end: number;
        start: number;
        text: string;
    }
    Index

    Properties

    Properties

    end: number

    The end index of the match

    start: number

    The start index of the match

    text: string

    The matched text