
org.nasdanika.html.model.components.TextToSpeechText Maven / Gradle / Ivy
The newest version!
/**
*/
package org.nasdanika.html.model.components;
/**
*
* A representation of the model object 'Text To Speech Text'.
*
*
*
* Speaks ``text`` attribute.
*
*
*
* The following features are supported:
*
*
* - {@link org.nasdanika.html.model.components.TextToSpeechText#getText Text}
*
*
* @see org.nasdanika.html.model.components.ComponentsPackage#getTextToSpeechText()
* @model
* @generated
*/
public interface TextToSpeechText extends TextToSpeech {
/**
* Returns the value of the 'Text' attribute.
*
*
*
* Text to speak, in case of [SSML](https://cloud.google.com/text-to-speech/docs/ssml) format ```` and `` `` opening and closing tags are implied.
*
* @return the value of the 'Text' attribute.
* @see #setText(String)
* @see org.nasdanika.html.model.components.ComponentsPackage#getTextToSpeechText_Text()
* @model required="true"
* @generated
*/
String getText();
/**
* Sets the value of the '{@link org.nasdanika.html.model.components.TextToSpeechText#getText Text}' attribute.
*
*
* @param value the new value of the 'Text' attribute.
* @see #getText()
* @generated
*/
void setText(String value);
} // TextToSpeechText
© 2015 - 2025 Weber Informatics LLC | Privacy Policy