TextToSpeechArgs
このコンテンツはまだ日本語訳がありません。
type TextToSpeechArgs = { format?: "wav" | "mp3"; input: string; model?: string; voice?: string;};TextToSpeech 工具的已校验参数类型(TextToSpeechArgsSchema 推导)。
format?
Section titled “format?”optional format?: "wav" | "mp3";input: string;model?
Section titled “model?”optional model?: string;voice?
Section titled “voice?”optional voice?: string;このページは役に立ちましたか?
フィードバックありがとうございます。この記事の改善に活かします。