Click or drag to resize

SpeechToTextCreateCustomization Method

Namespace:  IBM.Watson.DeveloperCloud.Services.SpeechToText.v1
Assembly:  UnityDocumentationBuilder (in UnityDocumentationBuilder.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool CreateCustomization(
	SpeechToTextSuccessCallback<CustomizationID> successCallback,
	SpeechToTextFailCallback failCallback,
	string name,
	string base_model_name = "en-US_BroadbandModel",
	string description = null,
	Dictionary<string, Object> customData = null
)

Parameters

successCallback
Type: IBM.Watson.DeveloperCloud.Services.SpeechToText.v1SpeechToTextSuccessCallbackCustomizationID
failCallback
Type: IBM.Watson.DeveloperCloud.Services.SpeechToText.v1SpeechToTextFailCallback
name
Type: SystemString
base_model_name (Optional)
Type: SystemString
description (Optional)
Type: SystemString
customData (Optional)
Type: System.Collections.GenericDictionaryString, Object

Return Value

Type: Boolean
See Also