UNPKG

mindee

Version:

Mindee Client Library for Node.js

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