UNPKG

@joshfarrant/shortcuts-js

Version:
20 lines 612 B
"use strict"; 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