Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
asrproviders:google [2016/08/04 18:19] – created borja | asrproviders:google [2017/01/11 22:53] (current) – removed borja | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Google Speech API ====== | ||
- | |||
- | * **Web site** : https:// | ||
- | |||
- | Google Cloud Speech API enables developers to convert audio to text by applying powerful neural network models in an easy to use API. The API recognizes over 80 languages and variants, to support your global user base. You can transcribe the text of users dictating to an application’s microphone, enable command-and-control through voice, or transcribe audio files, among many other use cases. Recognize audio uploaded in the request, and integrate with your audio storage on Google Cloud Storage, by using the same technology Google uses to power its own products. | ||
- | |||
- | API reference : https:// | ||
- | |||
- | Integration example : http | ||
- | |||
- | * **Configuration** | ||
- | |||
- | == voximal.conf == | ||
- | |||
- | < | ||
- | [recognizer] | ||
- | API : google | ||
- | key : (your private key) | ||
- | </ | ||