--- a/src/eric7/Documentation/Source/eric7.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.GoogleV1Engine.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.GoogleV1Engine.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,58 +7,56 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.GoogleV1Engine</h1> - <p> Module implementing the Google V1 translation engine. </p> + <h3>Global Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Classes</h3> - <table> - <tr> <td><a href="#GoogleV1Engine">GoogleV1Engine</a></td> <td>Class implementing the translation engine for the old 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="GoogleV1Engine" ID="GoogleV1Engine"></a> <h2>GoogleV1Engine</h2> - <p> Class implementing the translation engine for the old Google translation service. </p> + <h3>Derived from</h3> TranslationEngine <h3>Class Attributes</h3> +<table> +<tr><td>TextToSpeechLimit</td></tr> +<tr><td>TextToSpeechUrl</td></tr> +<tr><td>TranslatorUrl</td></tr> +</table> -<table> -<tr><td>TextToSpeechLimit</td></tr><tr><td>TextToSpeechUrl</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="#GoogleV1Engine.__init__">GoogleV1Engine</a></td> <td>Constructor</td> @@ -84,19 +82,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="GoogleV1Engine.__init__" ID="GoogleV1Engine.__init__"></a> <h4>GoogleV1Engine (Constructor)</h4> <b>GoogleV1Engine</b>(<i>plugin, parent=None</i>) - <p> Constructor </p> + <dl> <dt><i>plugin</i> (TranslatorPlugin)</dt> @@ -111,10 +110,10 @@ <a NAME="GoogleV1Engine.engineName" ID="GoogleV1Engine.engineName"></a> <h4>GoogleV1Engine.engineName</h4> <b>engineName</b>(<i></i>) - <p> Public method to return the name of the engine. </p> + <dl> <dt>Return:</dt> <dd> @@ -130,10 +129,10 @@ <a NAME="GoogleV1Engine.getTextToSpeechData" ID="GoogleV1Engine.getTextToSpeechData"></a> <h4>GoogleV1Engine.getTextToSpeechData</h4> <b>getTextToSpeechData</b>(<i>requestObject, text, language</i>) - <p> Public method to pronounce the given text. </p> + <dl> <dt><i>requestObject</i> (TranslatorRequest)</dt> @@ -164,10 +163,10 @@ <a NAME="GoogleV1Engine.getTranslation" ID="GoogleV1Engine.getTranslation"></a> <h4>GoogleV1Engine.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> @@ -202,10 +201,10 @@ <a NAME="GoogleV1Engine.hasTTS" ID="GoogleV1Engine.hasTTS"></a> <h4>GoogleV1Engine.hasTTS</h4> <b>hasTTS</b>(<i></i>) - <p> Public method indicating the Text-to-Speech capability. </p> + <dl> <dt>Return:</dt> <dd> @@ -221,10 +220,10 @@ <a NAME="GoogleV1Engine.supportedLanguages" ID="GoogleV1Engine.supportedLanguages"></a> <h4>GoogleV1Engine.supportedLanguages</h4> <b>supportedLanguages</b>(<i></i>) - <p> Public method to get the supported languages. </p> + <dl> <dt>Return:</dt> <dd> @@ -243,10 +242,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> @@ -272,4 +271,4 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>