cloudmersive-voice-recognition-api-client
CloudmersiveVoiceRecognitionApiClient - the Ruby gem for the speechapi
Speech APIs enable you to recognize speech and convert it to text using advanced machine learning, and also to convert text to speech.
This SDK is automatically generated by the Swagger Codegen project:
- API version: v1
- Package version: 2.0.2
- Build package: io.swagger.codegen.languages.RubyClientCodegen
Installation
Build a gem
To build the Ruby code into a gem:
gem build cloudmersive-voice-recognition-api-client.gemspec
Then either install the gem locally:
gem install ./cloudmersive-voice-recognition-api-client-2.0.2.gem
(for development, run gem install --dev ./cloudmersive-voice-recognition-api-client-2.0.2.gem
to install the development dependencies)
or publish the gem to a gem hosting service, e.g. RubyGems.
Finally add this to the Gemfile:
gem 'cloudmersive-voice-recognition-api-client', '~> 2.0.2'
Install from Git
If the Ruby gem is hosted at a git repository: https://github.com/GIT_USER_ID/GIT_REPO_ID, then add the following in the Gemfile:
gem 'cloudmersive-voice-recognition-api-client', :git => 'https://github.com/GIT_USER_ID/GIT_REPO_ID.git'
Include the Ruby code directly
Include the Ruby code directly using -I
as follows:
ruby -Ilib script.rb
Getting Started
Please follow the installation procedure and then run the following code:
require 'cloudmersive-voice-recognition-api-client'
CloudmersiveVoiceRecognitionApiClient.configure do |config|
config.api_key['Apikey'] = 'YOUR API KEY'
end
api_instance = CloudmersiveVoiceRecognitionApiClient::RecognizeApi.new
speech_file = File.new('/path/to/file.txt')
begin
result = api_instance.recognize_file(speech_file)
p result
rescue CloudmersiveVoiceRecognitionApiClient::ApiError => e
puts "Exception when calling RecognizeApi->recognize_file: #{e}"
end
Documentation for API Endpoints
All URIs are relative to https://api.cloudmersive.com
Class | Method | HTTP request | Description |
---|
CloudmersiveVoiceRecognitionApiClient::RecognizeApi | recognize_file | POST /speech/recognize/file | Recognize audio input as text using machine learning |
CloudmersiveVoiceRecognitionApiClient::SpeakApi | speak_post | POST /speech/speak/text/basicVoice/{format} | Perform text-to-speech on a string |
CloudmersiveVoiceRecognitionApiClient::SpeakApi | speak_text_to_speech | POST /speech/speak/text/voice/basic/audio | Perform text-to-speech on a string |
Documentation for Models
Documentation for Authorization
Apikey
- Type: API key
- API key parameter name: Apikey
- Location: HTTP header