LoginSignup
1
0

More than 1 year has passed since last update.

SpeechRecognitionでrecognize_azureが動かない

Posted at

症状

recognize_azureなんてメソッドは無い。

$ pip install SpeechRecognition
$ pip list
SpeechRecognition (3.8.1)
$ python3 -c 'import speech_recognition as sr; r = sr.Recognizer(); r.recognize_azure() '
Traceback (most recent call last):
  File "<string>", line 1, in <module>
AttributeError: 'Recognizer' object has no attribute 'recognize_azure'

原因

image.png

Add recognize_azure() due to Bing Speech API deprecation 3 years ago
3年前に追加された。

image.png

現在最新は2017年、つまりrecognize_azure()はリリースに載っていない。

anthonymiyoro commented 24 days ago 2021年5月5日 20:48 JST
Hi @avryhof I'll find time to do it this week

お忙しいようだ。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0