import * as $dara from '@darabonba/typescript'; export declare class GetSmsOcrOssInfoRequest extends $dara.Model { ownerId?: number; resourceOwnerAccount?: string; resourceOwnerId?: number; /** * @remarks * OCR任务类型 * * @example * 示例值 */ taskType?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }