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

branch
eric7
changeset 10479
856476537696
parent 9503
ae9232bf4854
--- a/src/eric7/Documentation/Source/eric7.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.GoogleV2Engine.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.GoogleV2Engine.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,58 +7,54 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.GoogleV2Engine</h1>
-
 <p>
 Module implementing the Google V2 translation engine.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#GoogleV2Engine">GoogleV2Engine</a></td>
 <td>Class implementing the translation engine for the new Google 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="GoogleV2Engine" ID="GoogleV2Engine"></a>
 <h2>GoogleV2Engine</h2>
-
 <p>
     Class implementing the translation engine for the new Google
     translation service.
 </p>
+
 <h3>Derived from</h3>
 TranslationEngine
 <h3>Class Attributes</h3>
-
 <table>
 <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="#GoogleV2Engine.__init__">GoogleV2Engine</a></td>
 <td>Constructor</td>
@@ -76,19 +72,20 @@
 <td>Public method to get the supported languages.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="GoogleV2Engine.__init__" ID="GoogleV2Engine.__init__"></a>
 <h4>GoogleV2Engine (Constructor)</h4>
 <b>GoogleV2Engine</b>(<i>plugin, parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>plugin</i> (TranslatorPlugin)</dt>
@@ -103,10 +100,10 @@
 <a NAME="GoogleV2Engine.engineName" ID="GoogleV2Engine.engineName"></a>
 <h4>GoogleV2Engine.engineName</h4>
 <b>engineName</b>(<i></i>)
-
 <p>
         Public method to return the name of the engine.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -122,10 +119,10 @@
 <a NAME="GoogleV2Engine.getTranslation" ID="GoogleV2Engine.getTranslation"></a>
 <h4>GoogleV2Engine.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>
@@ -160,10 +157,10 @@
 <a NAME="GoogleV2Engine.supportedLanguages" ID="GoogleV2Engine.supportedLanguages"></a>
 <h4>GoogleV2Engine.supportedLanguages</h4>
 <b>supportedLanguages</b>(<i></i>)
-
 <p>
         Public method to get the supported languages.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -182,10 +179,10 @@
 <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>
@@ -211,4 +208,4 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial