All Projects → MicrosoftTranslator → Text-Translation-API-V3-NodeJS

MicrosoftTranslator / Text-Translation-API-V3-NodeJS

Licence: other
No description, website, or topics provided.

Programming Languages

javascript
184084 projects - #8 most used programming language
page_type name description urlFragment languages products
sample
Microsoft Translator Node.js samples (v3)
This repository includes Node.js/JavaScript code samples for Microsoft Translator.
translator-javascript-v3
javascript
nodejs
azure
azure-cognitive-services
azure-translator

Translator API V3 - Node.js Samples

This repository includes Node.js code samples for Microsoft Translator. The samples are designed to run on Node 8.12.x or later. Each sample corresponds to a Quickstart activity on doc.microsoft.com, including:

  • Translating text
  • Transliterating text
  • Identifying the language of source text
  • Getting alternate translations
  • Getting a complete list of supported languages
  • Determining sentence length

Get started with the Translator quickstart.

Prerequisites

Here's what you'll need before you use these samples:

Code samples

This repository includes a sample for each of the methods made available by the Microsoft Translator API v3. To use each of the samples, follow these instructions:

  • Create a new project in your favorite IDE or editor.
  • Copy the code from one of the samples into your project.
  • Set your subscription key.
  • Run the program. For example: node Translate.js.

Resources

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].