
org.nasdanika.html.model.components.TextToSpeechResource Maven / Gradle / Ivy
The newest version!
/**
*/
package org.nasdanika.html.model.components;
/**
*
* A representation of the model object 'Text To Speech Resource'.
*
*
*
* Speaks resource specified in the ``location`` attribute.
*
*
*
* The following features are supported:
*
*
* - {@link org.nasdanika.html.model.components.TextToSpeechResource#getLocation Location}
*
*
* @see org.nasdanika.html.model.components.ComponentsPackage#getTextToSpeechResource()
* @model
* @generated
*/
public interface TextToSpeechResource extends TextToSpeech {
/**
* Returns the value of the 'Location' attribute.
*
*
*
* Markdown resource location. The resource location is resolved relative to the model resource.
*
* @return the value of the 'Location' attribute.
* @see #setLocation(String)
* @see org.nasdanika.html.model.components.ComponentsPackage#getTextToSpeechResource_Location()
* @model required="true"
* @generated
*/
String getLocation();
/**
* Sets the value of the '{@link org.nasdanika.html.model.components.TextToSpeechResource#getLocation Location}' attribute.
*
*
* @param value the new value of the 'Location' attribute.
* @see #getLocation()
* @generated
*/
void setLocation(String value);
} // TextToSpeechResource
© 2015 - 2025 Weber Informatics LLC | Privacy Policy