UNPKG

mindee

Version:

Mindee Client Library for Node.js

14 lines (13 loc) 446 B
import { StringDict } from "../../../parsing/stringDict.js"; import { BaseResponse } from "../../../v2/parsing/index.js"; import { CropInference } from "./cropInference.js"; export declare class CropResponse extends BaseResponse { /** * Response for a crop utility inference. */ inference: CropInference; /** * @param serverResponse JSON response from the server. */ constructor(serverResponse: StringDict); }