Built motion from commit (unavailable).|2.5.10
[motion2.git] / server / services / agi / scripts / google / asr / lib / api.js
1 // *************************************************************************
2 // *                                                                       *
3 // * xCALLY Motion -  The Omnichannel Contact Center                       *
4 // * Copyright (c) Xenialab s.r.l. All Rights Reserved                     *
5 // *                                                                       *
6 // *************************************************************************
7 // *                                                                       *
8 // * Email: info@xcally.com                                                *
9 // * Website: https://www.xcally.com                                       *
10 // *                                                                       *
11 // *************************************************************************
12 // *                                                                       *
13 // * The SOFTWARE PRODUCT is protected by copyright laws and international *
14 // * copyright treaties, as well as other intellectual property laws and   *
15 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                         *
16 // *                                                                       *
17 // *************************************************************************
18 var _0x1921=['undefined','readFileSync','toString','base64','POST','LINEAR16','8000','bluebird','https://speech.googleapis.com','length','filepath\x20should\x20be\x20a\x20string','string','key\x20should\x20be\x20a\x20string'];(function(_0x5bd4a8,_0x549358){var _0x3bfc4e=function(_0x13f225){while(--_0x13f225){_0x5bd4a8['push'](_0x5bd4a8['shift']());}};_0x3bfc4e(++_0x549358);}(_0x1921,0x89));var _0x1192=function(_0x3148d8,_0x460218){_0x3148d8=_0x3148d8-0x0;var _0x595686=_0x1921[_0x3148d8];return _0x595686;};'use strict';var url=require('url');var BPromise=require(_0x1192('0x0'));var fs=require('fs');var host=_0x1192('0x1');module['exports']=function(_0x339161,_0x2b4611,_0x9affe2){return new BPromise(function(_0x2925b1,_0x3b511a){var _0x223571;if(typeof _0x339161!=='string'||_0x339161[_0x1192('0x2')]===0x0){return _0x3b511a(_0x1192('0x3'));}if(typeof _0x2b4611!==_0x1192('0x4')||_0x2b4611[_0x1192('0x2')]===0x0){return _0x3b511a(_0x1192('0x5'));}if(typeof _0x9affe2!==_0x1192('0x6')&&(typeof _0x9affe2!=='string'||_0x9affe2[_0x1192('0x2')]===0x0)){return _0x3b511a('lang\x20should\x20be\x20a\x20string');}try{_0x223571=fs[_0x1192('0x7')](_0x339161)[_0x1192('0x8')](_0x1192('0x9'));}catch(_0x5d81b0){return _0x3b511a(_0x5d81b0);}return _0x2925b1({'method':_0x1192('0xa'),'uri':host+'/v1/speech:recognize?key='+_0x2b4611,'body':{'config':{'encoding':_0x1192('0xb'),'sampleRateHertz':_0x1192('0xc'),'languageCode':_0x9affe2},'audio':{'content':_0x223571}},'json':!![]});});};