Description Usage Arguments Value Examples
Detects the language of the specified text.
1 | detect_language(api_key, text = "")
|
api_key |
yandex API key |
text |
The text to detect the language for |
data frame giving detected language
1 2 3 4 | ## Not run:
data=detect_language(api_key,text="how are you?")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.