Class DeleteSpeakerModelOptions
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.text_to_speech.v1.model.DeleteSpeakerModelOptions
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DeleteSpeakerModelOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The deleteSpeakerModel options.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DeleteSpeakerModelOptions.Builder
Builder. -
Method Summary
Modifier and Type Method Description DeleteSpeakerModelOptions.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 DeleteSpeakerModelOptions 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
-