Click or drag to resize

VisualRecognitionClassify Method (VisualRecognitionSuccessCallbackClassifyTopLevelMultiple, VisualRecognitionFailCallback, Byte, 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(
	VisualRecognitionSuccessCallback<ClassifyTopLevelMultiple> successCallback,
	VisualRecognitionFailCallback failCallback,
	byte[] imageData,
	string[] owners = null,
	string[] classifierIDs = null,
	float threshold = 0f,
	string acceptLanguage = "en",
	Dictionary<string, Object> customData = null
)

Parameters

successCallback
Type: IBM.Watson.DeveloperCloud.Services.VisualRecognition.v3VisualRecognitionSuccessCallbackClassifyTopLevelMultiple
failCallback
Type: IBM.Watson.DeveloperCloud.Services.VisualRecognition.v3VisualRecognitionFailCallback
imageData
Type: SystemByte
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