Uses of Enum
com.intellijava.core.model.input.Text2SpeechInput.Gender
Packages that use Text2SpeechInput.Gender
-
Uses of Text2SpeechInput.Gender in com.intellijava.core.model.input
Methods in com.intellijava.core.model.input that return Text2SpeechInput.GenderModifier and TypeMethodDescriptionText2SpeechInput.getGender()Getter for the speech gender.static Text2SpeechInput.GenderReturns the enum constant of this type with the specified name.static Text2SpeechInput.Gender[]Text2SpeechInput.Gender.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.intellijava.core.model.input with parameters of type Text2SpeechInput.GenderModifier and TypeMethodDescriptionText2SpeechInput.Builder.setGender(Text2SpeechInput.Gender gender) Setter for the speech input gender.voidText2SpeechInput.setGender(Text2SpeechInput.Gender gender) Setter for the speech gender.Constructors in com.intellijava.core.model.input with parameters of type Text2SpeechInput.GenderModifierConstructorDescriptionText2SpeechInput(String text, Text2SpeechInput.Gender gender) Constructor to create a new SpeechInput object with provided text and gender.