Click or drag to resize

TextToSpeechUpdateCustomization Method

Namespace:  IBM.Watson.DeveloperCloud.Services.TextToSpeech.v1
Assembly:  UnityDocumentationBuilder (in UnityDocumentationBuilder.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool UpdateCustomization(
	TextToSpeechSuccessCallback<bool> successCallback,
	TextToSpeechFailCallback failCallback,
	string customizationID,
	CustomVoiceUpdate customVoiceUpdate,
	Dictionary<string, Object> customData = null
)

Parameters

successCallback
Type: IBM.Watson.DeveloperCloud.Services.TextToSpeech.v1TextToSpeechSuccessCallbackBoolean
failCallback
Type: IBM.Watson.DeveloperCloud.Services.TextToSpeech.v1TextToSpeechFailCallback
customizationID
Type: SystemString
customVoiceUpdate
Type: IBM.Watson.DeveloperCloud.Services.TextToSpeech.v1CustomVoiceUpdate
customData (Optional)
Type: System.Collections.GenericDictionaryString, Object

Return Value

Type: Boolean
See Also