src/eric7/Documentation/Source/eric7.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.YandexEngine.html

Wed, 09 Nov 2022 15:18:07 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 09 Nov 2022 15:18:07 +0100
branch
eric7
changeset 9503
ae9232bf4854
parent 9209
b99e7fd55fd3
child 10479
856476537696
permissions
-rw-r--r--

Regenerated the source code documentation.

<!DOCTYPE html>
<html><head>
<title>eric7.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.YandexEngine</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<a NAME="top" ID="top"></a>
<h1>eric7.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.YandexEngine</h1>

<p>
Module implementing the Yandex translation engine.
</p>
<h3>Global Attributes</h3>

<table>
<tr><td>None</td></tr>
</table>
<h3>Classes</h3>

<table>

<tr>
<td><a href="#YandexEngine">YandexEngine</a></td>
<td>Class implementing the translation engine for the Yandex translation service.</td>
</tr>
</table>
<h3>Functions</h3>

<table>

<tr>
<td><a href="#createEngine">createEngine</a></td>
<td>Function to instantiate a translator engine object.</td>
</tr>
</table>
<hr />
<hr />
<a NAME="YandexEngine" ID="YandexEngine"></a>
<h2>YandexEngine</h2>

<p>
    Class implementing the translation engine for the Yandex
    translation service.
</p>
<h3>Derived from</h3>
TranslationEngine
<h3>Class Attributes</h3>

<table>
<tr><td>TranslatorLimit</td></tr><tr><td>TranslatorUrl</td></tr>
</table>
<h3>Class Methods</h3>

<table>
<tr><td>None</td></tr>
</table>
<h3>Methods</h3>

<table>

<tr>
<td><a href="#YandexEngine.__init__">YandexEngine</a></td>
<td>Constructor</td>
</tr>
<tr>
<td><a href="#YandexEngine.engineName">engineName</a></td>
<td>Public method to return the name of the engine.</td>
</tr>
<tr>
<td><a href="#YandexEngine.getTranslation">getTranslation</a></td>
<td>Public method to translate the given text.</td>
</tr>
<tr>
<td><a href="#YandexEngine.supportedLanguages">supportedLanguages</a></td>
<td>Public method to get the supported languages.</td>
</tr>
</table>
<h3>Static Methods</h3>

<table>
<tr><td>None</td></tr>
</table>

<a NAME="YandexEngine.__init__" ID="YandexEngine.__init__"></a>
<h4>YandexEngine (Constructor)</h4>
<b>YandexEngine</b>(<i>plugin, parent=None</i>)

<p>
        Constructor
</p>
<dl>

<dt><i>plugin</i> (TranslatorPlugin)</dt>
<dd>
reference to the plugin object
</dd>
<dt><i>parent</i> (QObject)</dt>
<dd>
reference to the parent object
</dd>
</dl>
<a NAME="YandexEngine.engineName" ID="YandexEngine.engineName"></a>
<h4>YandexEngine.engineName</h4>
<b>engineName</b>(<i></i>)

<p>
        Public method to return the name of the engine.
</p>
<dl>
<dt>Return:</dt>
<dd>
engine name
</dd>
</dl>
<dl>
<dt>Return Type:</dt>
<dd>
str
</dd>
</dl>
<a NAME="YandexEngine.getTranslation" ID="YandexEngine.getTranslation"></a>
<h4>YandexEngine.getTranslation</h4>
<b>getTranslation</b>(<i>requestObject, text, originalLanguage, translationLanguage</i>)

<p>
        Public method to translate the given text.
</p>
<dl>

<dt><i>requestObject</i> (TranslatorRequest)</dt>
<dd>
reference to the request object
</dd>
<dt><i>text</i> (str)</dt>
<dd>
text to be translated
</dd>
<dt><i>originalLanguage</i> (str)</dt>
<dd>
language code of the original
</dd>
<dt><i>translationLanguage</i> (str)</dt>
<dd>
language code of the translation
</dd>
</dl>
<dl>
<dt>Return:</dt>
<dd>
tuple of translated text and flag indicating success
</dd>
</dl>
<dl>
<dt>Return Type:</dt>
<dd>
tuple of (str, bool)
</dd>
</dl>
<a NAME="YandexEngine.supportedLanguages" ID="YandexEngine.supportedLanguages"></a>
<h4>YandexEngine.supportedLanguages</h4>
<b>supportedLanguages</b>(<i></i>)

<p>
        Public method to get the supported languages.
</p>
<dl>
<dt>Return:</dt>
<dd>
list of supported language codes
</dd>
</dl>
<dl>
<dt>Return Type:</dt>
<dd>
list of str
</dd>
</dl>
<div align="right"><a href="#top">Up</a></div>
<hr />
<hr />
<a NAME="createEngine" ID="createEngine"></a>
<h2>createEngine</h2>
<b>createEngine</b>(<i>plugin, parent=None</i>)

<p>
    Function to instantiate a translator engine object.
</p>
<dl>

<dt><i>plugin</i> (TranslatorPlugin)</dt>
<dd>
reference to the plugin object
</dd>
<dt><i>parent</i> (QObject (optional))</dt>
<dd>
reference to the parent object (defaults to None)
</dd>
</dl>
<dl>
<dt>Return:</dt>
<dd>
reference to the instantiated translator engine object
</dd>
</dl>
<dl>
<dt>Return Type:</dt>
<dd>
YandexEngine
</dd>
</dl>
<div align="right"><a href="#top">Up</a></div>
<hr />
</body></html>

eric ide

mercurial