UNPKG

mindee

Version:

Mindee Client Library for Node.js

12 lines (11 loc) 418 B
import { StringDict } from "../../../parsing/index.js"; import { BaseInference } from "../../../v2/parsing/inference/baseInference.js"; import { CropResult } from "../../../v2/product/crop/cropResult.js"; export declare class CropInference extends BaseInference { /** * Result of a crop utility inference. */ result: CropResult; constructor(serverResponse: StringDict); toString(): string; }