UNPKG

@microblink/blinkid-in-browser-sdk

Version:

A simple ID scanning library for WebAssembly-enabled browsers.

12 lines (11 loc) 321 B
/** * Copyright (c) Microblink Ltd. All rights reserved. * */ import { AlphabetType } from "./AlphabetType"; import { FieldType } from "./FieldType"; export declare class DetailedFieldType { fieldType: FieldType; alphabetType: AlphabetType; constructor(fieldType: FieldType, alphabetType: AlphabetType); }