VideoGenArgsSchema
이 콘텐츠는 아직 번역되지 않았습니다.
const VideoGenArgsSchema: z.ZodObject<{ duration: z.ZodOptional<z.ZodNumber>; imageUrls: z.ZodOptional<z.ZodArray<z.ZodString, "many">>; model: z.ZodOptional<z.ZodString>; negativePrompt: z.ZodOptional<z.ZodString>; prompt: z.ZodEffects<z.ZodString, string, string>; ratio: z.ZodOptional<z.ZodString>; seed: z.ZodOptional<z.ZodNumber>;}, "strip", z.ZodTypeAny, { duration?: number; imageUrls?: string[]; model?: string; negativePrompt?: string; prompt: string; ratio?: string; seed?: number;}, { duration?: number; imageUrls?: string[]; model?: string; negativePrompt?: string; prompt: string; ratio?: string; seed?: number;}>;VideoGen 工具参数 schema:模型(可省)、正负提示词、时长、画幅比、种子与图生视频的首帧图。
이 페이지가 도움이 되었나요?
피드백 감사합니다. 이 문서를 계속 개선하겠습니다.