import { WebImageRequestBody } from './WebImageRequestBody'; export declare class RecognizeWebImageRequest { private 'Enterprise-Project-Id'?; body?: WebImageRequestBody; constructor(); withEnterpriseProjectId(enterpriseProjectId: string): RecognizeWebImageRequest; set enterpriseProjectId(enterpriseProjectId: string | undefined); get enterpriseProjectId(): string | undefined; withBody(body: WebImageRequestBody): RecognizeWebImageRequest; } //# sourceMappingURL=RecognizeWebImageRequest.d.ts.map