腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
1
回答
使用
Python
Speech
Client
从
Google
Speech
to
text
API
请求
"
get
操作
“
、
、
我正在寻找一种方法来
使用
official
Google
Python
Client
与谷歌语音应用编程接口相关的
get
operations。似乎有一些与List Operations和
Get
Operations apis交互的能力,如here所示。有没有一种方法可以通过
Python
客户端做到这一点,而不只是直接点击HTTP路由?
浏览 22
提问于2020-04-26
得票数 0
回答已采纳
1
回答
无法
从
Google
文本到语音
api
获得结果,同时
从
web流音频
、
、
、
、
我想从网络上传输音频,并
使用
Python
将其转换为文本。我已经将它集成到了Django通道代码中。我试过的是: from
google
.cloud import
speech
from
google
浏览 0
提问于2019-05-09
得票数 34
1
回答
如何在
python
中
使用
google
语音识别
api
?
、
、
、
我有一个mp3文件,我想
使用
谷歌的语音识别从该文件中提取文本。任何我可以找到文档或示例的想法都将不胜感激。
浏览 4
提问于2016-08-02
得票数 16
回答已采纳
3
回答
缺少
google
-
api
-
python
-
client
模块错误,但已安装
、
、
= r.recognize_
google
_cloud(audio, credentials_json=
GOOGLE
_CLOUD_
SPEECH
_CREDENTIALS) all_
text
.appendraise RequestError("missing
google
-
api
-
python
-
client
module: ensure that
google
-
api
-
python
-<e
浏览 3
提问于2018-08-19
得票数 1
2
回答
检查
Google
函数中的
操作
、
、
、
、
我正在
使用
谷歌语音
API
记录长文件。
API
是
从
Google
函数调用的。我想稍后用longRunningRecognize 检查的结果。我知道这个
操作
的name/id,但是我找不到一个好的方法来检查
Google
函数的
操作
状态。当然,我只需向这个url发出一个
GET
HTTP
请求
: https://
speech
.googleapis.com/v1/ope
浏览 3
提问于2018-05-10
得票数 2
1
回答
无法在上找到文件:错误404
、
、
、
、
我
使用
python
库进行
请求
,并在GCP上有一个存储音频文件并使异步requests.Below成为用于发出
请求
的
python
代码的桶。def AudioAnalyze(bucket_name):
speech
_
client
=
speech
.SpeechClient()
浏览 0
提问于2018-02-20
得票数 6
回答已采纳
1
回答
无法
使用
语音自适应boost提高转录准确性
、
、
我正在
使用
SpeechRecognition
Python
库执行语音到文本的
操作
。我
使用
recognize_
google
_cloud函数来
使用
Google
Cloud
Speech
- to -
Text
API
。将麦克风捕获的数据发送到
Google
API
,并从一组备选方案中选择给定语音的最可能的转录。
使用
speech
adaptation boo
浏览 20
提问于2020-12-23
得票数 0
回答已采纳
1
回答
获取正在转换为文本的音频文件的持续时间
、
有没有办法获得我们要转换为文本的音频文件的持续时间(秒)?我们可以在响应正文中看到一个"totalBilledTime“。我们可以认为这是音频的持续时间吗?另外,用于转换为文本的音频文件在大小或时间(持续时间)方面是否有限制?
浏览 36
提问于2021-10-19
得票数 1
1
回答
从
google
.cloud导入
speech
ImportError: DLL加载失败:Ненайденауказаннаяпроцедура
、
module> File "C:\Users\USER\Documents\
python
projects\s2t\lib\site- <mod
浏览 1
提问于2019-11-12
得票数 0
2
回答
Python
与
Google
Cloud
Speech
SpeechRecognition
、
、
、
我正在玩
Google
Cloud
Speech
API
。我想知道,如果我
使用
python
语音识别库并调用
google
cloud
speech
API
,这仍然是
使用
API
的有效方式吗?
使用
Python
SpeechRecognition:r = sr.Recognizer() r.recognize
浏览 3
提问于2020-06-23
得票数 3
1
回答
MP3 AudioEncoding不工作,我现在在运行v1beta1吗?
我试图
使用
本教程(“在本地文件上执行流式语音识别”部分)
从
流中转录音频: 这个文件是一个M3U文件,所以我尝试
使用
RecognitionConfig.AudioEncoding.MP3选项,但是MP3属性被拒绝了
浏览 0
提问于2020-01-20
得票数 0
回答已采纳
1
回答
我可以
使用
MediaPlayer
从
音频文件自动创建字幕吗?
、
、
、
、
new MediaPlayer(); mediaPlayer.setDataSource(filePathList.
get
mediaPlayer.prepare();
浏览 36
提问于2019-07-03
得票数 0
4
回答
用于
Python
3.4的语音识别工作简单吗?
、
、
、
我一直在
speech
_recognition上查看这个问题,当我执行代码时,会发生以下错误r = sr.Recognizer() print("You said " + r.recognize(audio)) # recognize
speech
using
Google
Speech
Recognition
浏览 4
提问于2015-11-26
得票数 1
回答已采纳
1
回答
Google
语音到文本
api
在多处理
python
中失败。
、
、
我是新手,并试图
使用
谷歌云语音文本与
python
和多重处理。这里有一个简单的例子来重现我的问题。我在Windows上运行代码。
CLIENT
=
speech
.SpeechClient() with\
speech
_v1\gapic\
speech<
浏览 1
提问于2019-12-24
得票数 1
回答已采纳
1
回答
如何在
python
中
使用
google
cloud
speech
api
、
、
、
我正在探索
python
.I中的
google
cloud
speech
api
,我正在关注这个。我还引用了设置环境变量时遇到的这个.But。我做过的事情:2.已安装
google
-
api
-
python
-
client
模块4.获取
API
密钥1
浏览 3
提问于2017-01-02
得票数 3
1
回答
正在尝试
google
speech
api
,但在客户端模块上获得ImportError
、
、
、
、
我需要为一个项目进行语音识别(法语),我选择了
google
speech
api
,但我得到了以下错误:TracebackFile "/usr/local/lib/
python
2.7/dist-packages/
google
/cloud/
speech
/__init__.py&quo
浏览 1
提问于2017-04-19
得票数 1
1
回答
google
cloud
speech
API
出错
、
、
我正在尝试
使用
Google
Cloud
Speech
API
将音频转换为文本,但收到以下错误: File "/home/prateek) File "/usr/lib/
python
3.6/site-packages/
google
/cloud/gapic/
speech
/
浏览 2
提问于2018-01-29
得票数 2
回答已采纳
1
回答
Google
Speech
Api
PHP失败
、
我试图在PHP中
使用
Google
speech
API
从
音频中读取文本,但它失败了,错误如下:
请求
必须包含'config‘字段。<?php $
client
->useApplicationDef
浏览 9
提问于2016-09-23
得票数 2
5
回答
Google
翻译
API
文本到语音: http
请求
被禁止。
、
、
、
、
我想访问谷歌翻译
API
的母语翻译。 我找到了,它为http://translate.
google
.com/translate_tts提供了基本URL,为目标语言提供了tl,为查询字符串提供了q。本地主机:~ me$ wget "“--2015-06-02 11:02:06-- Resolving translate.
google
.com.173.194.123.38,173.194.123.36,173.194.123.32,连接到translate.
google
.com\173.
浏览 0
提问于2015-06-02
得票数 11
回答已采纳
4
回答
谷歌云语音ImportError:无法导入名称‘enum’
、
、
、
、
我在我的项目中
使用
谷歌云语音
api
。我在虚拟环境中
使用
pipenv,我安装了
google
云语音
api
这是我的密码:尝试运行
python
文件时
python</em
浏览 1
提问于2019-06-28
得票数 6
点击加载更多
热门
标签
更多标签
云服务器
ICP备案
云直播
即时通信 IM
实时音视频
活动推荐
运营活动
广告
关闭
领券