Click or drag to resize

LanguageTranslationGetModels Method

Namespace:  IBM.Watson.DeveloperCloud.Services.LanguageTranslation.v2
Assembly:  UnityDocumentationBuilder (in UnityDocumentationBuilder.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool GetModels(
	LanguageTranslationSuccessCallback<TranslationModels> successCallback,
	LanguageTranslationFailCallback failCallback,
	string sourceFilter = null,
	string targetFilter = null,
	LanguageTranslationTypeFilter defaults = LanguageTranslationTypeFilter.ALL,
	Dictionary<string, Object> customData = null
)

Parameters

successCallback
Type: IBM.Watson.DeveloperCloud.Services.LanguageTranslation.v2LanguageTranslationSuccessCallbackTranslationModels
failCallback
Type: IBM.Watson.DeveloperCloud.Services.LanguageTranslation.v2LanguageTranslationFailCallback
sourceFilter (Optional)
Type: SystemString
targetFilter (Optional)
Type: SystemString
defaults (Optional)
Type: IBM.Watson.DeveloperCloud.Services.LanguageTranslation.v2LanguageTranslationTypeFilter
customData (Optional)
Type: System.Collections.GenericDictionaryString, Object

Return Value

Type: Boolean
See Also