scandit-web-datacapture-id
Version:
Scandit Data Capture SDK for the Web
10 lines (9 loc) • 415 B
TypeScript
import { Quadrilateral } from "scandit-web-datacapture-core";
import type { Serializable } from "scandit-web-datacapture-core/build/js/private/Serializable";
import type { RejectedIdJSON } from "../SerializedTypes";
export declare class RejectedId implements Serializable<RejectedIdJSON> {
private _location;
get location(): Quadrilateral;
private static fromJSON;
toJSONObject(): RejectedIdJSON;
}