ProcessRequest

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

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

ProcessRequest

livePortrait?: string

Live portrait photo

ProcessRequest

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

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