import * as $dara from '@darabonba/typescript'; export declare class GetYikeStoryboardJobResponseBodyJobParams extends $dara.Model { /** * @example * 16:9 */ aspectRatio?: string; /** * @example * https://test.oss-cn-shanghai.aliyuncs.com/test.mp4 */ fileURL?: string; /** * @example * { * "AudioEnable": false * } */ modelParams?: string; /** * @example * sys_YoungGracefulWoman */ narrationVoiceId?: string; /** * @example * 1K */ resolution?: string; /** * @example * multi */ shotPromptMode?: string; /** * @example * firstPersonNarration */ shotSplitMode?: string; /** * @example * Novel */ sourceType?: string; /** * @example * RealisticPhotography */ styleId?: string; /** * @example * test-title */ title?: string; /** * @example * wan2.6-r2v-flash */ videoModel?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class GetYikeStoryboardJobResponseBodyJobResult extends $dara.Model { /** * @example * [\\"st_2053348871\\"] */ exceptionStoryboardIds?: string; /** * @example * [{\\"errorCode\\":\\"NoMediaData\\",\\"storyboardId\\":\\"st_2118280473\\",\\"shotId\\":\\"54\\"}] */ failureShotList?: string; /** * @example * https://test.oss-cn-shanghai.aliyuncs.com/test.mp4 */ outputUrl?: string; storyboardInfoList?: string; successStoryboardIds?: string; /** * @example * [\\"st_2118280473\\"] */ successStoryboardList?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class GetYikeStoryboardJobResponseBody extends $dara.Model { /** * @example * ****a046-263c-3560-978a-fb287782**** */ jobId?: string; jobParams?: GetYikeStoryboardJobResponseBodyJobParams; jobResult?: GetYikeStoryboardJobResponseBodyJobResult; /** * @example * Succeeded */ jobStatus?: string; /** * @example * ******3B-0E1A-586A-AC29-742247****** */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }