export declare class WebImageRequestBody { image?: string; url?: string; private 'detect_direction'?; private 'extract_type'?; private 'detect_font'?; private 'detect_text_direction'?; constructor(); withImage(image: string): WebImageRequestBody; withUrl(url: string): WebImageRequestBody; withDetectDirection(detectDirection: boolean): WebImageRequestBody; set detectDirection(detectDirection: boolean | undefined); get detectDirection(): boolean | undefined; withExtractType(extractType: Array): WebImageRequestBody; set extractType(extractType: Array | undefined); get extractType(): Array | undefined; withDetectFont(detectFont: boolean): WebImageRequestBody; set detectFont(detectFont: boolean | undefined); get detectFont(): boolean | undefined; withDetectTextDirection(detectTextDirection: boolean): WebImageRequestBody; set detectTextDirection(detectTextDirection: boolean | undefined); get detectTextDirection(): boolean | undefined; } //# sourceMappingURL=WebImageRequestBody.d.ts.map