speechmatics:适用于Speechmatics API的Ruby客户端

时间:2024-05-22 10:23:06
【文件属性】:

文件名称:speechmatics:适用于Speechmatics API的Ruby客户端

文件大小:24KB

文件格式:ZIP

更新时间:2024-05-22 10:23:06

Ruby

语言学 Speechmatics( )提供了用于语音到文本( )的API。 这个gem实现了API,可以更轻松地集成到Ruby和/或Rails项目中。 安装 将此行添加到您的应用程序的Gemfile中: gem 'speechmatics' 然后执行: $ bundle 或将其自己安装为: $ gem install speechmatics 用法 查看测试,或者这是基本用法: # configure with api key and user id to use for all requsts Speechmatics . configure do | sm | sm . auth_token = '' sm . user_id = 1234 # these are defaults sm . adapter


【文件预览】:
speechmatics-master
----.gitignore(200B)
----README.md(3KB)
----test()
--------zero.mp4(1KB)
--------response_test.rb(755B)
--------api_test.rb(1KB)
--------response()
--------user()
--------client_test.rb(241B)
--------test_helper.rb(305B)
--------user_test.rb(743B)
--------zero.wav(44B)
----Gemfile(97B)
----LICENSE(1KB)
----lib()
--------speechmatics.rb(529B)
--------speechmatics()
----Rakefile(214B)
----speechmatics.gemspec(1KB)

网友评论