Watson iOS SDK 是否允许访问自定义 STT 模型

Does the Watson iOS SDK allow for access to the customization STT model

WatsonSpeech STT api(recognizeMicrophone 方法)采用带有键 "customization_id" 的 JSON 对象,它允许 STT 使用用户可能说的自定义术语。

我在 Watson iOS SDK 中没有看到这种能力,我的意思是 API 中没有 customization_id 参数。有没有其他方法可以将自定义 STT 与 Watson iOS SDK 一起使用? 谢谢

上周我们添加了对使用自定义 Speech to Text 模型的支持commit。我们将很快发布一个版本,以便通过 Carthage 更轻松地访问这些更改。