I am exploring to add translation widget to our webpages by using Bing Translator Web Widget API. The URL given for the end point (http://www.microsoftTranslator.com/ajax/v3/WidgetV3.ashx?siteData=ueOIGRSKkd965FeEGM5JtQ**) has a siteData parameter which does not seem to be documented anywhere. Can someone point me to an appropriate resource that explains if I need to generate my own siteData parameter? I also need to know if this API subjected to any limits on number of characters translated per month. Thanks in advance for helping me.
Related Questions in MICROSOFT-TRANSLATOR
- Does the Azure AI Translator API offer the capability to display alternative translations for entire sentences?
- Azure Translation API and Azure blob storage
- can't generate a token to authenticate a service principal against Entra ID
- Http request to Azure translator from vba in MS Access
- Microsoft Azure Translator using like google Translator dropdown for html page
- Question about the Dynamic Dictionary feature of the Microsoft Translator API
- Custom translator - The quality of the translation has significantly degraded
- Translator app text is too small on ipad conversation screen
- Is there an example file for building source file and target file?
- Azure Cognitive Services Translator: any criteria to determine whether translation gave reliable results or not?
- Translating input into 12 different languages using Microsoft Translator, js, and HTML
- Cognitive Services | Translator |How To translate a website by implanting the code in it or through the url
- Multilingual App Toolkit won't translate in VS 2022 Pro - translation key problem?
- My translation of a given string doesn't work using AzureApi
- Translation with XML-like tags on Microsoft Cognitive Service
Related Questions in BING-TRANSLATOR-API
- Why does the Microsoft Bing Translator not appear on website
- How to change webpage language from English to others in Edge using selenium python?
- Enable Spelling Correction with Microsoft Translator Text API to improve quality of translation?
- (Feature Request) Microsoft Translator for Linux, chrome, Firefox and macOS
- Translator Text API | Microsoft Azure | Always ERROR 401000
- Cannot set up Microsoft Custom Translate on Memsource
- Google Translate API v2, v3 PHP
- I am using Translation API for language conversion.But i am not able to get translation Accuracy
- What is the best method to keep particular text (e.g named entities) from being translated in any language translators like Google Translator etc.,?
- Microsoft Translator Text API EN to FR case inconsistency
- API to translate US English to UK English
- The API type of the received token in not Text. Please use a subscription to Translator Text API
- Microsoft Translator API (Switching from Statistical to Neural Models)
- Different translation result compare to bing translate
- I want to create a Bing translator, but the appid I got is invalid
Related Questions in WEB-WIDGET
- Open the web browser from a flutter application, and then redirect to the application again
- Trigger and track GTAG event from iframe on 3rd party Website
- What program/language should I use to create Notion widgets?
- how to add a cmd or bash widget in my UI C# / WebView
- What is stripe elements based on? and how do they secure it?
- Tracking iframe origin
- Web Widget using html, js and bootstrap
- Load Bootsrap js in JavaScript web widget
- siteData parameter in translator web widget
- Translate certain parts of the page only with Bing translator web widget
- User stay in app when user click in to site in webview
- Don't want preloaded track in Soundcloud widget player
- Scroll WebView dynamically
- How do I resize a javascript widget?
- Making Widgets using CSS3 and HTML5
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
You should use the following endpoint to generate the widget code: https://www.bing.com/widget/translator This will allow you customize the widget in various ways. The site data is an encrypted value that contains the account used when translating. In the past, you could link the widget to your account but this functionality is now deprecated. All new users will now use the default account.
With regards to the limits, there are hourly and daily limits that are applied on a per IP basis to this default account though I am not sure what these exact limits are.