Class TTSVoiceDescriptor
java.lang.Object
com.inductiveautomation.ignition.gateway.services.tts.TTSVoiceDescriptor
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionTTSVoiceDescriptor(String engine, Locale locale, String name) TTSVoiceDescriptor(Locale locale) 
- 
Method SummaryModifier 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- 
parseThe opposite of toString, this parses the voice description from a string in the format of "engineId/locale/name"
- 
getLocaleReturns the locale, or language, represented by this voice.
- 
getNameReturns the name of the voice.
- 
getEngineReturns the id of the engine that provides this voice.
- 
toString
- 
equals
- 
hashCodepublic int hashCode()
 
-