UNPKG

mindee

Version:

Mindee Client Library for Node.js

14 lines (13 loc) 450 B
import { StringDict } from "../../../parsing/stringDict.js"; import { SplitInference } from "./splitInference.js"; import { BaseResponse } from "../../../v2/parsing/index.js"; export declare class SplitResponse extends BaseResponse { /** * Response for an OCR utility inference. */ inference: SplitInference; /** * @param serverResponse JSON response from the server. */ constructor(serverResponse: StringDict); }