cordova-plugin-pixlive
Advanced tools
Comparing version 1.3.1 to 1.3.2
{ | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"name": "cordova-plugin-pixlive", | ||
@@ -4,0 +4,0 @@ "cordova_name": "PixLive", |
@@ -456,2 +456,10 @@ var exec = require('cordova/exec'); | ||
/** | ||
* Sets the language to use for online recognition | ||
* @param {string} languageCode - the language to use (2-character code like "fr" or "en") | ||
*/ | ||
PixLive.setCloudRecognitionLanguage = function(languageCode) { | ||
exec(null, null, "PixLive", "setCloudRecognitionLanguage", [languageCode]); | ||
}; | ||
// Used to signal the plugin that the page is fully loaded | ||
@@ -458,0 +466,0 @@ document.addEventListener("deviceready", function() { |
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
275359
5483