콘텐츠로 이동

TextToSpeechArgs

이 콘텐츠는 아직 번역되지 않았습니다.

type TextToSpeechArgs = {
format?: "wav" | "mp3";
input: string;
model?: string;
voice?: string;
};

TextToSpeech 工具的已校验参数类型(TextToSpeechArgsSchema 推导)。

optional format?: "wav" | "mp3";

input: string;

optional model?: string;

optional voice?: string;