UNPKG

mindee

Version:

Mindee Client Library for Node.js

9 lines (8 loc) 181 B
import { StringDict } from "../common"; export declare class InferenceModel { /** * ID of the model. */ id: string; constructor(serverResponse: StringDict); }