Click or drag to resize

TextToSpeechCreateCustomization 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 CreateCustomization(
	TextToSpeechSuccessCallback<CustomizationID> successCallback,
	TextToSpeechFailCallback failCallback,
	string name,
	string language = null,
	string description = null,
	Dictionary<string, Object> customData = null
)

Parameters

successCallback
Type: IBM.Watson.DeveloperCloud.Services.TextToSpeech.v1TextToSpeechSuccessCallbackCustomizationID
failCallback
Type: IBM.Watson.DeveloperCloud.Services.TextToSpeech.v1TextToSpeechFailCallback
name
Type: SystemString
language (Optional)
Type: SystemString
description (Optional)
Type: SystemString
customData (Optional)
Type: System.Collections.GenericDictionaryString, Object

Return Value

Type: Boolean
See Also