7988:c4c17121eff8 | 7989:a21d673a8f99 |
---|---|
124 | 124 |
125 <p> | 125 <p> |
126 Public method to return the name of the engine. | 126 Public method to return the name of the engine. |
127 </p> | 127 </p> |
128 <dl> | 128 <dl> |
129 <dt>Returns:</dt> | 129 <dt>Return:</dt> |
130 <dd> | 130 <dd> |
131 engine name (string) | 131 engine name (string) |
132 </dd> | 132 </dd> |
133 </dl> | 133 </dl> |
134 <a NAME="GoogleV1Engine.getTextToSpeechData" ID="GoogleV1Engine.getTextToSpeechData"></a> | 134 <a NAME="GoogleV1Engine.getTextToSpeechData" ID="GoogleV1Engine.getTextToSpeechData"></a> |
153 <dd> | 153 <dd> |
154 language code of the text (string) | 154 language code of the text (string) |
155 </dd> | 155 </dd> |
156 </dl> | 156 </dl> |
157 <dl> | 157 <dl> |
158 <dt>Returns:</dt> | 158 <dt>Return:</dt> |
159 <dd> | 159 <dd> |
160 tuple with pronounce data (QByteArray) or error string (string) | 160 tuple with pronounce data (QByteArray) or error string (string) |
161 and success flag (boolean) | 161 and success flag (boolean) |
162 </dd> | 162 </dd> |
163 </dl> | 163 </dl> |
187 <dd> | 187 <dd> |
188 language code of the translation (string) | 188 language code of the translation (string) |
189 </dd> | 189 </dd> |
190 </dl> | 190 </dl> |
191 <dl> | 191 <dl> |
192 <dt>Returns:</dt> | 192 <dt>Return:</dt> |
193 <dd> | 193 <dd> |
194 tuple of translated text (string) and flag indicating | 194 tuple of translated text (string) and flag indicating |
195 success (boolean) | 195 success (boolean) |
196 </dd> | 196 </dd> |
197 </dl> | 197 </dl> |
201 | 201 |
202 <p> | 202 <p> |
203 Public method indicating the Text-to-Speech capability. | 203 Public method indicating the Text-to-Speech capability. |
204 </p> | 204 </p> |
205 <dl> | 205 <dl> |
206 <dt>Returns:</dt> | 206 <dt>Return:</dt> |
207 <dd> | 207 <dd> |
208 flag indicating the Text-to-Speech capability (boolean) | 208 flag indicating the Text-to-Speech capability (boolean) |
209 </dd> | 209 </dd> |
210 </dl> | 210 </dl> |
211 <a NAME="GoogleV1Engine.supportedLanguages" ID="GoogleV1Engine.supportedLanguages"></a> | 211 <a NAME="GoogleV1Engine.supportedLanguages" ID="GoogleV1Engine.supportedLanguages"></a> |
214 | 214 |
215 <p> | 215 <p> |
216 Public method to get the supported languages. | 216 Public method to get the supported languages. |
217 </p> | 217 </p> |
218 <dl> | 218 <dl> |
219 <dt>Returns:</dt> | 219 <dt>Return:</dt> |
220 <dd> | 220 <dd> |
221 list of supported language codes (list of string) | 221 list of supported language codes (list of string) |
222 </dd> | 222 </dd> |
223 </dl> | 223 </dl> |
224 <div align="right"><a href="#top">Up</a></div> | 224 <div align="right"><a href="#top">Up</a></div> |