腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
1
回答
Google
Speech
to
Text
不
返回
结果
android
、
kotlin
、
google-speech-api
但是它一直没有
返回
任何
结果
。我很困惑,有
结果
在那里(缓冲区等),麦克风工作正常,并在模拟器中启用。谷歌控制台也不会显示错误。 这是我的代码。mAudioRecorder.record(LISTEN_TIME_MILLIS) mReadButton.setOnClickListener(clicker) 这是一个广播接收器,它处理
结果
并尝试将它们发送到
Google
: private val broadCastReceiver = object : BroadcastReceiver()
浏览 29
提问于2021-02-03
得票数 0
4
回答
用于Python3.4的语音识别工作简单吗?
python
、
python-3.x
、
speech-recognition
、
google-speech-api
我一直在
speech
_recognition上查看这个问题,当我执行代码时,会发生以下错误r = sr.Recognizer() print("You said " + r.recognize(audio)) # recognize
speech
using
Google
Speech
Recognition
浏览 4
提问于2015-11-26
得票数 1
回答已采纳
1
回答
Google
Speech
to
text
API
返回
false
php
、
google-cloud-speech
我已经尝试了我所知道的所有方法,让
Google
Speech
to
text
API
返回
除false以外的任何内容,但都没有效果。'/test.flac'); D:\>php GoogleSpeechToText_example.php string(
浏览 2
提问于2018-07-22
得票数 0
3
回答
google
cloud
speech
api
返回
空
结果
google-cloud-platform
、
google-cloud-speech
我一直在使用Chromium
Google
Speech
API,最近改用
Google
Cloud
Speech
API。自从
Google
cloud
speech
API发布以来,在识别准确性方面,性能似乎有所下降。我还看到越来越多的“空
结果
”
返回
到音频流。我同时将音频流传输到多个不同的服务,
Google
Cloud
Speech
API
返回
空
结果
,而其他一些服务则
返回<
浏览 2
提问于2016-09-27
得票数 6
1
回答
Google
Speech
to
text
Model Adaptation的限制
ruby
、
google-cloud-platform
、
google-speech-to-text-api
我的目标是使用
google
模型自适应来提高语音到文本的准确性,但是这些API在任何地方都没有很好的文档。https://cloud.
google
.com/
speech
-to-
text
/docs/reference/rest/v1p1beta1/projects.locations.customClassescname = "TestClass" items = 3_00_000.times.map{|e|
Googl
浏览 33
提问于2021-08-05
得票数 0
1
回答
Google
Cloud
Speech
To
Text
结果
为0
java
、
google-cloud-platform
、
google-speech-api
我在Java中使用
Google
Cloud
Speech
to
text
api。当我调用speechClient.recognize时,得到的
结果
为0<dependency>import com.
google
.cloud.
speech
.v1.RecognitionConfig; import com.
google
浏览 0
提问于2019-05-22
得票数 0
1
回答
是否有可能在
不
编写新文件的情况下将文本合成为语音?
python-3.x
、
google-cloud-platform
、
text-to-speech
、
google-text-to-speech
我想使用GCP
Text
- to -
Speech
API来合成文本到语音,几乎我能找到的每个例子都会写一个新文件,我想在函数输入文本并通过计算机扬声器读取它的时候这样做。texttospeech.TextToSpeechClient(credentials=credentials) audio_encoding=texttospeech.enums.Aud
浏览 18
提问于2019-10-10
得票数 1
回答已采纳
1
回答
如何将音频文件从Firebase存储发送到
Google
Speech
- to -
Text
?
google-cloud-functions
、
firebase-storage
、
google-cloud-speech
我正在尝试使用Firebase Cloud Functions将一个小音频文件(几秒钟)从Firebase Storage发送到
Google
Cloud
Speech
- to -
Text
。documentation说要对小的音频文件使用这个同步代码: // Imports the
Google
Cloud client library const
speech
= require('@
google
-cloud修复这些问题,并添加Firebase Cloud
浏览 41
提问于2020-03-18
得票数 0
1
回答
如何使用
google
convert将语音转换为基于印度口音的文本
google-cloud-platform
、
google-api
、
speech-to-text
、
google-speech-api
、
google-speech-to-text-api
我正在尝试使用
google
could APIs转换语音到文本,像这样的gcloud ml
speech
recognize-long-running当我使用--language-code='en-US如何通过
google
could API转换这个印度口音,我需要做哪些改变。谢谢 桑迪普。
浏览 11
提问于2021-07-09
得票数 0
3
回答
错误:未
返回
HttpResponse对象。相反,它
返回
None
python
、
django
、
button
我想按下html模板中的一个按钮 </form> <p
浏览 6
提问于2019-10-25
得票数 1
回答已采纳
1
回答
获取正在转换为文本的音频文件的持续时间
python
、
google-cloud-speech
有没有办法获得我们要转换为文本的音频文件的持续时间(秒)?我们可以在响应正文中看到一个"totalBilledTime“。我们可以认为这是音频的持续时间吗?另外,用于转换为文本的音频文件在大小或时间(持续时间)方面是否有限制?
浏览 36
提问于2021-10-19
得票数 1
1
回答
谷歌语音应用程序接口,node.js客户端-使用'operation‘时的错误
结果
node.js
、
google-cloud-speech
我使用了node.js客户端库,特别是startRecognition方法,为了获得
结果
,我使用了
speech
.operation。但是,我得到的不是
结果
,而是"value“对象,它们包含一些编码的字符串,而不是JavaScript对象。result: 'response', metadata: { typeUrl: 'type.googleapis.com/
google
.clou
浏览 2
提问于2017-05-02
得票数 1
1
回答
训练
google
speech
to
text
artificial-intelligence
、
speech-to-text
、
google-speech-api
我正在使用
Google
Speech
To
Text
api来转录流音频。我一直在输入关键字,以帮助训练和使api更准确。它仍然不是很好(我正在传输警察无线电流量)。有没有办法创建我自己的模型?
浏览 18
提问于2019-05-06
得票数 0
1
回答
如何优化我的python代码以进行语音识别?
python
、
speech-recognition
、
speech-to-text
、
google-text-to-speech
如果我说了“谷歌”(
Google
),它就会出现在特定的分支上,计算机会要求我指定打开
google
.com?
浏览 1
提问于2022-01-18
得票数 0
1
回答
在没有防火墙的对话框流实现中,如何向其他服务发出http请求?
firebase
、
google-cloud-platform
、
dialogflow-es
、
actions-on-google
+resp_message[i]+" ";
speech
= '<speak>'+
speech
+'</speak>'; else{ fulfillmentMessages:[
text
: { displayText80
浏览 0
提问于2018-11-25
得票数 0
回答已采纳
2
回答
语音助手,它可以借助python中的语音命令打开应用程序。
python
、
voice-recognition
非常感谢import
speech
_recognition as sr print("Recognizing...")
text
=
speech
_engine.recognize_
google
(audio, language="d
浏览 4
提问于2021-05-30
得票数 0
回答已采纳
1
回答
Google
语音到文本的反应
android
、
react-native
、
speech-to-text
我已经使用了react-native-voice,但我没有得到像谷歌那样的
结果
。有人能帮我吗?
浏览 0
提问于2021-06-24
得票数 0
回答已采纳
1
回答
无法加载我手动放入/node_modules/目录中的模块
javascript
、
node.js
、
npm
、
node-webkit
、
google-speech-api
当我在我的app.js (或其他任何地方)中输入var
speech
= require('
speech
')时,我得到以下错误- Uncaught Error: Cannot find module '
speech
'。我尝试了var
speech
= require('/node_modules/
speech
'),var
speech
= require('./node_modules
浏览 5
提问于2016-09-09
得票数 0
1
回答
Google
语音API
返回
NULL
java
、
android
、
speech-to-text
、
google-speech-api
import java.nio.file.Path;import org.testng.annotations.Test; "
speech
-api/v2/recognize?"+ "xjerr=1&client=
speech
2
text
&lang=en-US&ma
浏览 5
提问于2016-02-11
得票数 0
回答已采纳
1
回答
LongRunningRecognizeResponse应该实现com.
google
.protobuf.Message
android
、
asynchronous
、
google-api
、
speech-recognition
、
speech
在android项目中使用
Google
时,我在实现发送音频文件的异步请求时遇到了问题。OperationFuture <LongRunningRecognizeResponse> response时--泛型类型中会出现一个错误--“Make‘LongRunningRecognizeResponse’实现‘com.
google
.Protobuf.Message编辑:如果我实现了一个“消息”接口,它会导致一个错误: 编辑的:如果做这个 OperationFuture<com.
google
.cloud.
s
浏览 4
提问于2017-07-16
得票数 0
点击加载更多
热门
标签
更多标签
云服务器
ICP备案
对象存储
云点播
即时通信 IM
活动推荐
运营活动
广告
关闭
领券