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

    Interface ProcessRequest

    ProcessRequest

    interface ProcessRequest {
        ContainerList?: ContainerList;
        dtc?: string;
        env?: string;
        extPortrait?: string;
        ImageUrls?: string[];
        lcidFilter?: LCID[];
        List?: ProcessRequestImage[];
        livePortrait?: string;
        passBackObject?: { [key: string]: any };
        processParam: ProcessParams;
        systemInfo?: ProcessSystemInfo;
        tag?: string;
        tenant?: string;
    }
    Index

    Properties

    ContainerList?: ContainerList

    ProcessRequest

    dtc?: string

    Digital Travel Credential (DTC-VC) data in base64 format for processing

    ProcessRequest

    env?: string

    Environment type

    ProcessRequest

    extPortrait?: string

    Portrait photo from an external source

    ProcessRequest

    ImageUrls?: string[]

    URLs to the document images for processing.

    ProcessRequest

    lcidFilter?: LCID[]

    The list of LCID types to recognize. If empty, values with all LCID types will be extracted. Empty by default.

    ProcessRequest

    ProcessRequest

    livePortrait?: string

    Live portrait photo

    ProcessRequest

    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.

    ProcessRequest

    processParam: ProcessParams

    ProcessRequest

    systemInfo?: ProcessSystemInfo

    ProcessRequest

    tag?: string

    Session ID

    ProcessRequest

    tenant?: string

    Customer name

    ProcessRequest