Nutrient Web SDK
    Preparing search index...

    Interface AIADocumentChangePayload

    Payload for sending changes to AI services

    interface AIADocumentChangePayload {
        contextAfter: string;
        contextBefore: string;
        id: string;
        page: number;
        text: string;
        type: string;
    }
    Index

    Properties

    contextAfter: string
    contextBefore: string
    id: string
    page: number
    text: string
    type: string