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

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일

0 개 추천

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

Sir, I have installed deep learning toolbox. Still I got the error.
Steven Lord
Steven Lord 2024년 5월 17일
That was only half the requirements. Did you install the pretrained model as well? It's not part of Deep Learning Toolbox; you need to install it from the File Exchange.
Ok Sir, I will install pretrained model.
Thank you for suggestion, Sir.
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.

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

질문:

2024년 5월 16일

댓글:

2024년 5월 23일

Community Treasure Hunt

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

Start Hunting!

Translated by