PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of uche   Cognitive PHP Voice Recognition   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Cognitive PHP Voice Recognition
Recognize voices in audio with Microsoft Azure API
Author: By
Last change:
Date: 3 years ago
Size: 583 bytes
 

Contents

Class file image Download
{ "name": "mmuodev/microsoft-azure-cognitive-php", "type": "library", "description": "PHP Wrapper for Microsoft Azure Cognitive Services", "keywords": ["microsoft azure","cognitive","speech recognition"], "homepage": "https://mmuo.dev", "license": "MIT", "authors": [ { "name": "Obioha Uche", "email": "radioactive.uche11@gmail.com", "homepage": "http://mmuo.dev", "role": "Developer" } ], "require": { "guzzlehttp/guzzle": "^6.5", "vlucas/phpdotenv": "^4.1" } }