Skip to content

CreateSpeechToTextToolOptions

This content is not available in your language yet.

type CreateSpeechToTextToolOptions = CreatePlatformSpeechToTextProviderOptions & {
token: string;
};

平台工具材料(与平台提供方选项同形;timeoutMs 缺省 SPEECH_TO_TEXT_TOOL_TIMEOUT_MS;token 本层恒必填)。

token: string;