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;이 페이지가 도움이 되었나요?
피드백 감사합니다. 이 문서를 계속 개선하겠습니다.