瀏覽代碼

Update voicemail.rst

Len 8 年之前
父節點
當前提交
f155d0a323
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      source/applications/voicemail.rst

+ 2 - 1
source/applications/voicemail.rst

@@ -79,6 +79,8 @@ Uses API services to transcribe voicemails into text to be used in the app-sms a
 The following services are supported. Others can be added but would need to be developed.
 
 *  Microsoft Bing
+Sign up and language information is located on `Microsoft Site <https://www.microsoft.com/cognitive-services/en-us/Speech-api/documentation/API-Reference-REST/BingVoiceRecognition>`_
+
 *  Twilio
 *  Bandwidth
 *  Flowroute
@@ -86,7 +88,6 @@ The following services are supported. Others can be added but would need to be d
 *  Teli
 
 
-Sign up and language information is located on `Microsoft Site <https://www.microsoft.com/cognitive-services/en-us/Speech-api/documentation/API-Reference-REST/BingVoiceRecognition>`_
 
 
 .. warning:: We cannot use mod_shout to record Voicemails because the transcription service needs an uncompressed version of the audio. Therefore we will record in WAV and then use LAME to re-encode in MP3. This could cause added resource utilization to your system.