@scribelabsai/amazon-trp
Version:
Amazon Textract Response Parser library for Node.
10 lines • 327 B
TypeScript
import { Geometry } from './Geometry';
import type { SelectionElementBlock } from './BlockStruct';
export declare class SelectionElement {
confidence: number;
geometry: Geometry;
id: string;
selectionStatus: string;
constructor(block: SelectionElementBlock);
}
//# sourceMappingURL=SelectionElement.d.ts.map