Class GetSpeakerModelOptions
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.text_to_speech.v1.model.GetSpeakerModelOptions
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetSpeakerModelOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The getSpeakerModel options.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetSpeakerModelOptions.Builder
Builder. -
Method Summary
Modifier and Type Method Description GetSpeakerModelOptions.Builder
newBuilder()
New builder.String
speakerId()
Gets the speakerId.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a GetSpeakerModelOptions builder
-
speakerId
Gets the speakerId.The speaker ID (GUID) of the speaker model. You must make the request with service credentials for the instance of the service that owns the speaker model.
- Returns:
- the speakerId
-