scandit-web-datacapture-id
Version:
Scandit Data Capture SDK for the Web
11 lines (10 loc) • 544 B
TypeScript
import type { Serializable } from "scandit-web-datacapture-core/build/js/private/Serializable";
import type { ChinaOneWayPermitFrontMrzResultJSON } from "../SerializedTypes";
export declare class ChinaOneWayPermitFrontMrzResult implements Serializable<ChinaOneWayPermitFrontMrzResultJSON> {
protected json: ChinaOneWayPermitFrontMrzResultJSON;
get documentCode(): string;
get fullNameSimplifiedChinese(): string;
get capturedMrz(): string;
private static fromJSON;
toJSONObject(): ChinaOneWayPermitFrontMrzResultJSON;
}