import { GeneralTextResult } from './GeneralTextResult'; import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse"; export declare class RecognizeGeneralTextResponse extends SdkResponse { result?: GeneralTextResult; private 'X-Request-Id'?; constructor(); withResult(result: GeneralTextResult): RecognizeGeneralTextResponse; withXRequestId(xRequestId: string): RecognizeGeneralTextResponse; set xRequestId(xRequestId: string | undefined); get xRequestId(): string | undefined; } //# sourceMappingURL=RecognizeGeneralTextResponse.d.ts.map