How to use speechClie​nt("wav2ve​c2.0") command

13 次查看(过去 30 天)
I need to convert speech into text.I used speechClient("wav2vec2.0") command but got the following error
Error using speechClient (line 26)
Expected apiName to match one of these values:
'Google', 'IBM', 'Microsoft'
The input, 'wav2vec2.0', did not match any of the valid values.
Please share the solution to resolve the error.

回答(1 个)

Steven Lord
Steven Lord 2024-5-16
From the speechClient documentation page: "Using wav2vec 2.0 requires Deep Learning Toolbox and installing the pretrained model."
Do you have Deep Learning Toolbox installed? I suspect this File Exchange submission is the "pretrained model" to which the documentation page refers.
  5 个评论
Shilpa Sonawane
Shilpa Sonawane 2024-5-23
Sir,
I have installed wav2vec also. but still i got the same error.
Expected apiName to match one of these values:
'Google', 'IBM', 'Microsoft'
The input, 'wav2vec2.0', did not match any of the valid values.
Steven Lord
Steven Lord 2024-5-23
In that case I'm not sure why it's not working. You should probably contact Technical Support directly using this link.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Administer Network Licenses 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by