Name
global.GoogleSentimentAnalysis
Description
Google Sentiment Analysis
Script
var GoogleSentimentAnalysis = Class.create();
GoogleSentimentAnalysis.prototype = {
initialize: function() {
OneAPIFeatureProviderTemplate.prototype.initialize.call(this);
},
toProviderInput: function(normalizedInput) {
// ... code to convert the normalized input format to a provider-specific format ...
return normalizedInput;
},
fromProviderOutput: function(providerOutput) {
// ... code to convert the provider-specific output format to the normalized feature output format ...
return providerOutput;
},
type: 'GoogleSentimentAnalysis'
};
Sys ID
9ec13158533201104ea9ddeeff7b12fe