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

    Interface CurrentPage

    interface CurrentPage {
        data: null | Response;
        finishRecognition: () => void;
        startNextPage: () => Promise<void>;
    }
    Index

    Properties

    data: null | Response
    finishRecognition: () => void
    startNextPage: () => Promise<void>