VoiceInfo Class
Definition
Contains detailed information about the synthesis voice information. Note: close() must be called in order to release underlying resources held by the object. Updated in version 1.17.0
public class VoiceInfo
- Inheritance
-
java.lang.ObjectAutoCloseableVoiceInfo
Methods
| close() |
Explicitly frees any external resource attached to the object |
| getGender() |
Gets the voice gender. Added in version 1.17.0 |
| getLocale() |
Gets the locale of the voice. |
| getLocalName() |
Gets the local name of the voice. |
| getName() |
Gets the voice name. |
| getProperties() |
The set of properties exposed in the result. |
| getShortName() |
Gets the short name of the voice. |
| getStyleList() |
Gets the style list. |
| getVoicePath() |
Gets the voice path, only valid for offline voices. |
| getVoiceType() |
Gets the voice type. |