node-red-contrib-cognitive-services
Advanced tools
Comparing version 0.5.3 to 0.5.4
@@ -0,0 +0,0 @@ var request = require('request'); |
@@ -0,0 +0,0 @@ var request = require('request'); |
@@ -0,0 +0,0 @@ var request = require('request'); |
@@ -0,0 +0,0 @@ var request = require('request'); |
@@ -0,0 +0,0 @@ var request = require('request'); |
@@ -0,0 +0,0 @@ var request = require('request'); |
@@ -0,0 +0,0 @@ module.exports = function(RED) { |
@@ -0,0 +0,0 @@ var request = require('request'); |
@@ -0,0 +0,0 @@ var request = require('request'); |
@@ -63,3 +63,4 @@ module.exports = function(RED) { | ||
'X-Microsoft-OutputFormat' : config.outputFormat, | ||
'User-Agent' : config.userAgent | ||
'User-Agent' : config.userAgent, | ||
'Content-Type': 'application/ssml+xml' | ||
}, | ||
@@ -87,3 +88,3 @@ body : xmlContent.replace(/\{(.+?)\}/g, function(match, index) { | ||
if( response.statusCode != '200' ) { | ||
node.error("Error with text to speech : response status - " + response, msg); | ||
node.error("Error with text to speech : response status - " + JSON.stringify(response), msg); | ||
node.status({fill: "red", shape: "ring", text: "Error"}); | ||
@@ -90,0 +91,0 @@ return; |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ var request = require('request'); |
@@ -0,0 +0,0 @@ var request = require('request'); |
@@ -0,0 +0,0 @@ var request = require('request'); |
@@ -0,0 +0,0 @@ var request = require('request'); |
{ | ||
"name": "node-red-contrib-cognitive-services", | ||
"version": "0.5.3", | ||
"version": "0.5.4", | ||
"description": "Microsoft Cognitive Services", | ||
@@ -46,3 +46,3 @@ "dependencies": { | ||
"type": "git", | ||
"url": "git+https://github.com/zuhito/node-red-contrib-cognitive-services.git" | ||
"url": "git+https://github.com/Azure/node-red-contrib-azure.git" | ||
}, | ||
@@ -49,0 +49,0 @@ "author": { |
@@ -0,0 +0,0 @@ node-red-contrib-cognitive-services |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
2375
259559