API Name: global.ExtractTermsFromAttachment
gs.include("PrototypeServer");
var ExtractTermsFromAttachment = Class.create();
ExtractTermsFromAttachment.prototype = {
initialize: function(extractor, streamin, attachmentID, fileType) {
},
getTerms: function() {
return "";
},
type: 'ExtractTermsFromAttachment'
}