SpeechToTextArgs
type SpeechToTextArgs = { audio: string; diarize?: boolean; language?: string; model?: string;};SpeechToText 工具的已校验参数类型(SpeechToTextArgsSchema 推导)。
audio: string;diarize?
Section titled “diarize?”optional diarize?: boolean;language?
Section titled “language?”optional language?: string;model?
Section titled “model?”optional model?: string;本文是否有帮助?
感谢反馈,我们会持续改进这篇文章。