Click or drag to resize

NaturalLanguageUnderstandingGetModels Method

Lists available models for Relations and Entities features, including Watson Knowledge Studio custom models that you have created and linked to your Natural Language Understanding service.

Namespace:  IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool GetModels(
	NaturalLanguageUnderstandingSuccessCallback<ListModelsResults> successCallback,
	NaturalLanguageUnderstandingFailCallback failCallback,
	Dictionary<string, Object> customData = null
)

Parameters

successCallback
Type: IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1NaturalLanguageUnderstandingSuccessCallbackListModelsResults
The success callback.
failCallback
Type: IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1NaturalLanguageUnderstandingFailCallback
The fail callback.
customData (Optional)
Type: System.Collections.GenericDictionaryString, Object
Optional custom data.

Return Value

Type: Boolean
True if the call succeeds, false if the call is unsuccessful.
See Also