PHPackages                             cloudmersive/cloudmersive\_voicerecognition\_api\_client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. cloudmersive/cloudmersive\_voicerecognition\_api\_client

ActiveLibrary[API Development](/categories/api)

cloudmersive/cloudmersive\_voicerecognition\_api\_client
========================================================

1.5.0(1mo ago)05[2 issues](https://github.com/Cloudmersive/Cloudmersive.APIClient.PHP.VoiceRecognition/issues)[2 PRs](https://github.com/Cloudmersive/Cloudmersive.APIClient.PHP.VoiceRecognition/pulls)proprietaryPHPPHP &gt;=5.5

Since Aug 7Pushed 1mo agoCompare

[ Source](https://github.com/Cloudmersive/Cloudmersive.APIClient.PHP.VoiceRecognition)[ Packagist](https://packagist.org/packages/cloudmersive/cloudmersive_voicerecognition_api_client)[ Docs](https://cloudmersive.com)[ RSS](/packages/cloudmersive-cloudmersive-voicerecognition-api-client/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (4)Dependencies (8)Versions (7)Used By (0)

cloudmersive\_voicerecognition\_api\_client
===========================================

[](#cloudmersive_voicerecognition_api_client)

Speech APIs enable you to recognize speech and convert it to text using advanced machine learning, and also to convert text to speech.

[Cloudmersive Speech API](https://www.cloudmersive.com/voice-recognition-and-speech-api) provides advanced voice recognition and text to speech capabilities

- API version: v1
- Package version: 1.5.0

Requirements
------------

[](#requirements)

PHP 5.5 and later

Installation &amp; Usage
------------------------

[](#installation--usage)

### Composer

[](#composer)

To install the bindings via [Composer](http://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "git",
      "url": "https://github.com/cloudmersive/cloudmersive_voicerecognition_api_client.git"
    }
  ],
  "require": {
    "cloudmersive/cloudmersive_voicerecognition_api_client": "*@dev"
  }
}

```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
    require_once('/path/to/cloudmersive_voicerecognition_api_client/vendor/autoload.php');
```

Tests
-----

[](#tests)

To run the unit tests:

```
composer install
./vendor/bin/phpunit

```

Getting Started
---------------

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
