@regulaforensics/vp-frontend-document-components
    Preparing search index...

    Interface ProcessRequestExt

    interface ProcessRequestExt {
        ContainerList: ContainerList;
        images: (string | ArrayBuffer | ProcessRequestImageWrapper)[];
        passBackObject?: { [key: string]: any };
        processParam: ProcessParams;
        systemInfo?: ProcessSystemInfo;
    }
    Index

    Properties

    ContainerList: ContainerList

    ProcessRequestExt

    images: (string | ArrayBuffer | ProcessRequestImageWrapper)[]

    ProcessRequestExt

    passBackObject?: { [key: string]: any }

    Free-form object to be included in response. Must be object, not list or simple value. Do not affect document processing. Use it freely to pass your app params. Stored in process logs.

    ProcessRequestExt

    processParam: ProcessParams

    ProcessRequestExt

    systemInfo?: ProcessSystemInfo

    ProcessRequestExt