MyMemory translator web client. More...
Inherits ILanguageInstantTranslator.
Public Member Functions | |
| async Task< string > | Translate (string text, CultureInfo target=null, CultureInfo source=null) |
| Translate specified text from source language to target language. More... | |
Public Attributes | |
| string | email = "" |
| Anonymous is limited to 1000 words per day, but 10000 with a valid email. More... | |
MyMemory translator web client.
| async Task<string> Translate | ( | string | text, |
| CultureInfo | target = null, |
||
| CultureInfo | source = null |
||
| ) |
Translate specified text from source language to target language.
| text | Text. |
| target | Target language, current language by default. |
| source | Source language, auto detection by default. |
Implements ILanguageTranslator.
| string email = "" |
Anonymous is limited to 1000 words per day, but 10000 with a valid email.