SpeechToTextArgsSchema
This content is not available in your language yet.
const SpeechToTextArgsSchema: z.ZodObject<{ audio: z.ZodString; diarize: z.ZodOptional<z.ZodBoolean>; language: z.ZodOptional<z.ZodString>; model: z.ZodOptional<z.ZodString>;}, "strip", z.ZodTypeAny, { audio: string; diarize?: boolean; language?: string; model?: string;}, { audio: string; diarize?: boolean; language?: string; model?: string;}>;SpeechToText 工具参数 schema:模型(可省)、待转写音频(data URI 或 http(s) URL)、语言提示与说话人分离开关。
Was this page helpful?
Thanks for your feedback.