public class DeleteAudioOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
DeleteAudioOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
String |
audioName()
Gets the audioName.
|
String |
customizationId()
Gets the customizationId.
|
DeleteAudioOptions.Builder |
newBuilder()
New builder.
|
public DeleteAudioOptions.Builder newBuilder()
public String customizationId()
The customization ID (GUID) of the custom acoustic model that is to be used for the request. You must make the request with credentials for the instance of the service that owns the custom model.
public String audioName()
The name of the audio resource for the custom acoustic model.
Copyright © 2023 IBM Cloud. All rights reserved.