Class Speaker
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.text_to_speech.v1.model.Speaker
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Speaker
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Information about a speaker model.
-
Constructor Summary
Constructors Constructor Description Speaker()
-
Method Summary
Modifier and Type Method Description String
getName()
Gets the name.String
getSpeakerId()
Gets the speakerId.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
Speaker
public Speaker()
-
-
Method Details
-
getSpeakerId
Gets the speakerId.The speaker ID (GUID) of the speaker.
- Returns:
- the speakerId
-
getName
Gets the name.The user-defined name of the speaker.
- Returns:
- the name
-