Uses of Enum
com.intellijava.core.model.input.Text2SpeechInput.Gender
-
Uses of Text2SpeechInput.Gender in com.intellijava.core.model.input
Modifier and TypeMethodDescriptionText2SpeechInput.getGender()
Getter for the speech gender.static Text2SpeechInput.Gender
Returns 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.Modifier and TypeMethodDescriptionText2SpeechInput.Builder.setGender
(Text2SpeechInput.Gender gender) Setter for the speech input gender.void
Text2SpeechInput.setGender
(Text2SpeechInput.Gender gender) Setter for the speech gender.ModifierConstructorDescriptionText2SpeechInput
(String text, Text2SpeechInput.Gender gender) Constructor to create a new SpeechInput object with provided text and gender.