Click or drag to resize

VisualRecognitionClassify Method (String, VisualRecognitionSuccessCallbackClassifyTopLevelMultiple, VisualRecognitionFailCallback, String, String, Single, String, DictionaryString, Object)

Namespace:  IBM.Watson.DeveloperCloud.Services.VisualRecognition.v3
Assembly:  UnityDocumentationBuilder (in UnityDocumentationBuilder.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool Classify(
	string url,
	VisualRecognitionSuccessCallback<ClassifyTopLevelMultiple> successCallback,
	VisualRecognitionFailCallback failCallback,
	string[] owners = null,
	string[] classifierIDs = null,
	float threshold = 0f,
	string acceptLanguage = "en",
	Dictionary<string, Object> customData = null
)

Parameters

url
Type: SystemString
successCallback
Type: IBM.Watson.DeveloperCloud.Services.VisualRecognition.v3VisualRecognitionSuccessCallbackClassifyTopLevelMultiple
failCallback
Type: IBM.Watson.DeveloperCloud.Services.VisualRecognition.v3VisualRecognitionFailCallback
owners (Optional)
Type: SystemString
classifierIDs (Optional)
Type: SystemString
threshold (Optional)
Type: SystemSingle
acceptLanguage (Optional)
Type: SystemString
customData (Optional)
Type: System.Collections.GenericDictionaryString, Object

Return Value

Type: Boolean
See Also