UNPKG

@regulaforensics/document-reader

Version:

This is an npm module for Regula Document Reader SDK. It allows you to read various kinds of identification documents using your phone's camera.

10 lines (8 loc) 308 B
export declare class TransactionInfo { readonly transactionId?: string; readonly tag?: string; /** The path to the logs folder of the session. */ readonly sessionLogFolder?: string; /** Allows you to deserialize object. */ static fromJson(jsonObject: any): TransactionInfo | null; }