@solinker/nodes-deepl
Version:
DeepL是德国的一家为语言开发人工智能的深度学习公司,成立于2009年,原名Linguee,并推出了用于翻译的互联网搜索引擎。 Linguee曾应答了超过10亿用户的100多亿次查询。 2017年,公司推出了基于机器翻译系统的DeepL翻译器。
24 lines • 1.03 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Deepl = void 0;
const n8n_workflow_1 = require("n8n-workflow");
const DeeplV1_1 = require("./V1/DeeplV1");
class Deepl extends n8n_workflow_1.VersionedNodeType {
constructor() {
const baseDescription = {
displayName: 'DeepL',
description: 'DeepL是德国的一家为语言开发人工智能的深度学习公司,成立于2009年,原名Linguee,并推出了用于翻译的互联网搜索引擎。 Linguee曾应答了超过10亿用户的100多亿次查询。 2017年,公司推出了基于机器翻译系统的DeepL翻译器。',
name: 'deepl',
documentationUrl: '',
group: ['group'],
icon: "file:logo.png",
defaultVersion: 1
};
const nodeVersions = {
1: new DeeplV1_1.DeeplV1(baseDescription),
};
super(nodeVersions, baseDescription);
}
}
exports.Deepl = Deepl;
//# sourceMappingURL=Deepl.node.js.map