@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.
17 lines (13 loc) • 353 B
TypeScript
export declare class NameSpaceMDL {
constructor(name: string);
addField(name: string, intentToRetain: MDLIntentToRetain): void;
/**
* Allows you to deserialize object.
* @param jsonObject
*/
static fromJson(jsonObject: any): NameSpaceMDL | null;
}
export declare enum MDLIntentToRetain {
FALSE = 0,
TRUE = 1,
}