Click or drag to resize

TextToSpeechToSpeech 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 ToSpeech(
	TextToSpeechSuccessCallback<AudioClip> successCallback,
	TextToSpeechFailCallback failCallback,
	string text,
	bool usePost = false,
	Dictionary<string, Object> customData = null
)

Parameters

successCallback
Type: IBM.Watson.DeveloperCloud.Services.TextToSpeech.v1TextToSpeechSuccessCallbackAudioClip
failCallback
Type: IBM.Watson.DeveloperCloud.Services.TextToSpeech.v1TextToSpeechFailCallback
text
Type: SystemString
usePost (Optional)
Type: SystemBoolean
customData (Optional)
Type: System.Collections.GenericDictionaryString, Object

Return Value

Type: Boolean
See Also