Built motion from commit (unavailable).|2.5.6
[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 _0x3d30=['exports','string','length','readFileSync','base64','LINEAR16','url','bluebird'];(function(_0x2c1114,_0x338ab3){var _0x2944e0=function(_0x1bfb8e){while(--_0x1bfb8e){_0x2c1114['push'](_0x2c1114['shift']());}};_0x2944e0(++_0x338ab3);}(_0x3d30,0xde));var _0x03d3=function(_0x51fcc3,_0x2ffe6a){_0x51fcc3=_0x51fcc3-0x0;var _0x334137=_0x3d30[_0x51fcc3];return _0x334137;};'use strict';var url=require(_0x03d3('0x0'));var BPromise=require(_0x03d3('0x1'));var fs=require('fs');var host='https://speech.googleapis.com';module[_0x03d3('0x2')]=function(_0x1f78a6,_0x5064f0,_0x5cc43b){return new BPromise(function(_0x3a84c1,_0xdc195e){var _0x13bf18;if(typeof _0x1f78a6!==_0x03d3('0x3')||_0x1f78a6[_0x03d3('0x4')]===0x0){return _0xdc195e('filepath\x20should\x20be\x20a\x20string');}if(typeof _0x5064f0!==_0x03d3('0x3')||_0x5064f0['length']===0x0){return _0xdc195e('key\x20should\x20be\x20a\x20string');}if(typeof _0x5cc43b!=='undefined'&&(typeof _0x5cc43b!==_0x03d3('0x3')||_0x5cc43b[_0x03d3('0x4')]===0x0)){return _0xdc195e('lang\x20should\x20be\x20a\x20string');}try{_0x13bf18=fs[_0x03d3('0x5')](_0x1f78a6)['toString'](_0x03d3('0x6'));}catch(_0x41aba2){return _0xdc195e(_0x41aba2);}return _0x3a84c1({'method':'POST','uri':host+'/v1/speech:recognize?key='+_0x5064f0,'body':{'config':{'encoding':_0x03d3('0x7'),'sampleRateHertz':'8000','languageCode':_0x5cc43b},'audio':{'content':_0x13bf18}},'json':!![]});});};