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

    Interface DocumentFieldClassification

    An object containing a result object that reports on all identified fields, as well as the values assigned to those fields.

    interface DocumentFieldClassification {
        result?: { [key: string]: DocumentFieldClassificationData }[];
    }
    Index

    Properties

    Properties

    result?: { [key: string]: DocumentFieldClassificationData }[]

    The result of the Document Field Classification process