UNPKG

mindee

Version:

Mindee Client Library for Node.js

11 lines (10 loc) 310 B
import { CommonResponse } from "./commonResponse"; import { Inference } from "./inference"; import { StringDict } from "../common"; export declare class InferenceResponse extends CommonResponse { /** * Inference result. */ inference: Inference; constructor(serverResponse: StringDict); }