@joshfarrant/shortcuts-js
Version:
An iOS 12 Shortcuts creator
20 lines • 612 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const utils_1 = require("../utils");
/**
* @action Detect Language with Microsoft
* @section Content Types > Text >
* @icon Translate
*
* Detects the language of the text provided as input.
*
* ```js
* detectLanguageWithMicrosoft();
* ```
*/
const detectLanguageWithMicrosoft = () => ({
WFWorkflowActionIdentifier: 'is.workflow.actions.detectlanguage',
WFWorkflowActionParameters: {},
});
exports.default = utils_1.withActionOutput(detectLanguageWithMicrosoft);
//# sourceMappingURL=detectLanguageWithMicrosoft.js.map