Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ecthros/uncaptcha2
/ google
Function
google
queryAPI.py:55–61 ·
view source on GitHub ↗
(audio)
Source
from the content-addressed store, hash-verified
53
54
#Query Google Speech-To-Text
55
def
google(audio):
56
try
:
57
#print("Google: ")
58
return
r.recognize_google(audio)
59
except
:
60
print(
"Google could not understand"
)
61
return
"None"
Callers
1
runCap
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected