"use strict"; function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } /** * Licensed Materials - Property of IBM * IBM Business Analytics (C) Copyright IBM Corp. 2019 * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. */ /** * @class SmartAnnotationsAPI * @hideconstructor * @classdesc */ define([], function () { var SmartAnnotationsAPI = function () { function SmartAnnotationsAPI() { _classCallCheck(this, SmartAnnotationsAPI); } /** * @function SmartAnnotationsAPI#getEnabledAnnotations * @description Execute and wait for the SA execution response to be ready * @returns {Promise} resolves when the annotation execution results are ready */ SmartAnnotationsAPI.prototype.getEnabledAnnotations = function getEnabledAnnotations() {}; /** * @function SmartAnnotationsAPI#getAllSuggestedAnnotations * @description Execute and wait for the SA execution response to be ready * @returns {Promise} resolves when the annotation execution results are ready */ SmartAnnotationsAPI.prototype.getAllSuggestedAnnotations = function getAllSuggestedAnnotations() {}; return SmartAnnotationsAPI; }(); return SmartAnnotationsAPI; }); //# sourceMappingURL=SmartAnnotationsAPI.js.map