Class TTSVoiceDescriptor
java.lang.Object
com.inductiveautomation.ignition.gateway.services.tts.TTSVoiceDescriptor
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTTSVoiceDescriptor(String engine, Locale locale, String name) TTSVoiceDescriptor(Locale locale) -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the id of the engine that provides this voice.Returns the locale, or language, represented by this voice.getName()Returns the name of the voice.inthashCode()static TTSVoiceDescriptorThe opposite of toString, this parses the voice description from a string in the format of "engineId/locale/name"toString()
-
Constructor Details
-
TTSVoiceDescriptor
-
TTSVoiceDescriptor
-
-
Method Details
-
parse
The opposite of toString, this parses the voice description from a string in the format of "engineId/locale/name" -
getLocale
Returns the locale, or language, represented by this voice. -
getName
Returns the name of the voice. -
getEngine
Returns the id of the engine that provides this voice. -
toString
-
equals
-
hashCode
public int hashCode()
-