import * as $dara from '@darabonba/typescript'; export declare class SubmitYikeStoryboardJobRequest extends $dara.Model { /** * @example * 4:3 */ aspectRatio?: string; execMode?: string; /** * @example * http://test.oss-cn-shanghai.aliyuncs.com/test.mp4 */ fileURL?: string; /** * @example * { * "AudioEnable": false * } */ modelParams?: string; /** * @example * sys_YoungGracefulWoman */ narrationVoiceId?: string; /** * @example * 720P */ resolution?: string; /** * @example * multi */ shotPromptMode?: string; /** * @example * firstPersonNarration */ shotSplitMode?: string; skipFailureShot?: boolean; /** * @example * Novel */ sourceType?: string; /** * @example * RealisticPhotography */ styleId?: string; /** * @example * test-title */ title?: string; /** * @example * { * "NotifyAddress": "https://www.callback.com" * } */ userData?: 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; }); }