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