@scandit/web-datacapture-id
Version:
Scandit Data Capture SDK for the Web
11 lines (10 loc) • 433 B
TypeScript
import type { Serializable } from "@scandit/web-datacapture-core/build/js/private/Serializable";
import type { BarcodeMetadataJSON } from "../SerializedTypes";
export declare class BarcodeMetadata implements Serializable<BarcodeMetadataJSON> {
private json;
get errorCorrection(): number;
get moduleCountX(): number;
get moduleCountY(): number;
private static fromJSON;
toJSONObject(): BarcodeMetadataJSON;
}