Language barrier –
Whether you are trying to communicate with a foreign cab driver or a store clerk, our service is your personal interpreter that you can trust. Need interpretation service for a business meeting in China, Japan or any other place that English is not the first language? Our service provides you with your personal interpretation service directly over your smartphone. Getting quality human interpretation anywhere has never been easier.
Empowering disabled –
For a person with hearing disabilities, real world audio transcription is very comforting and empowering. Likewise for people with sight disabilities , text-to- speech service helps them tremendously.
Language learning pal –
A world where finding native speakers is really tough, leveraging technology to help people learn and practice new languages is an enormous help.
Multi Channel Transcription-
All ideas doesn’t come from common language so our service helps you to annotate and transcribe from video conferences and audios.
client.on("join", function () {
client.emit("messages", "Socket Connected to Server");
});
client.on("messages", function (data) {
client.emit("broad", data);
});
client.on("socketdeneme", (msg) => {
console.log(msg);
request.config.languageCode = msg;
});
client.on("textlanguage", (data) => {
console.log("language " + data);
tr.target = data;
});
client.on("texttoconvert", (data) => {
console.log("text " + data);
tr.text = data;
async function translateText() {
// Translates the text into the target language. "text" can be a string for
// translating a single piece of text, or an array of strings for translating
// multiple texts.
let [translations] = await translate.translate(tr.text, tr.target);
translations = Array.isArray(translations)
? translations
: [translations];
console.log("Translations:");
// translations.forEach((translation, i) => {
// console.log(
${text[i]} => (${target}) ${translation}
);translateText();
});
Discussion