Click or drag to resize

LanguageTranslatorCreateModel Method

Namespace:  IBM.Watson.DeveloperCloud.Services.LanguageTranslator.v2
Assembly:  UnityDocumentationBuilder (in UnityDocumentationBuilder.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool CreateModel(
	LanguageTranslatorSuccessCallback<TranslationModel> successCallback,
	LanguageTranslatorFailCallback failCallback,
	string baseModelId,
	string customModelName,
	string forcedGlossaryFilePath = null,
	string parallelCorpusFilePath = null,
	string monolingualCorpusFilePath = null,
	Dictionary<string, Object> customData = null
)

Parameters

successCallback
Type: IBM.Watson.DeveloperCloud.Services.LanguageTranslator.v2LanguageTranslatorSuccessCallbackTranslationModel
failCallback
Type: IBM.Watson.DeveloperCloud.Services.LanguageTranslator.v2LanguageTranslatorFailCallback
baseModelId
Type: SystemString
customModelName
Type: SystemString
forcedGlossaryFilePath (Optional)
Type: SystemString
parallelCorpusFilePath (Optional)
Type: SystemString
monolingualCorpusFilePath (Optional)
Type: SystemString
customData (Optional)
Type: System.Collections.GenericDictionaryString, Object

Return Value

Type: Boolean
See Also