UNPKG

mindee

Version:

Mindee Client Library for Node.js

13 lines (12 loc) 301 B
import { StringDict } from "../common"; /** * Data schema options activated during the inference. */ export declare class DataSchemaActiveOption { /** * Whether to replace the data schema. */ replace: boolean; constructor(serverResponse: StringDict); toString(): string; }