谷歌语音API
有没有办法使用 pygooglevoice 提取转录语音邮件的文本?打印消息只是打印文件名。
Is there a way to extract the text of a transcribed voicemail using pygooglevoice? Printing the message simply prints the filename.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
截至目前,根据 pygooglevoice 文档,Google Voice API 的 Python 绑定没有任何方法来获取转录的语音邮件的文本。然而,该项目只有 0.5 版本,您可以提出功能请求(如果尚未提出)。
您也可以随时将您自己的此行为实现贡献给 pygooglevoice。
抱歉,我希望存在这样的行为,但事实并非如此。您也许可以使用其他方式(例如 cURL、HTML/XML 解析等)来实现您想要做的事情,但它不在 pygooglevoice 中。
As of right now, according to the pygooglevoice docs, the Python binding for the Google Voice API doesn't have any methods to get the text of a transcribed voicemail. However, the project is only on version 0.5, and you can make a feature request (if one hasn't already been made).
You can also always contribute your own implementation of this behavior to pygooglevoice.
Sorry, I wish such a behavior existed, but it doesn't. You may be able to use other means (e.g. cURL, HTML/XML parsing, etc.) to achieve what you want to do but it's not in pygooglevoice.