Click or drag to resize

VisualRecognitionDetectFaces Method (VisualRecognitionSuccessCallbackFacesTopLevelMultiple, VisualRecognitionFailCallback, Byte, 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 DetectFaces(
	VisualRecognitionSuccessCallback<FacesTopLevelMultiple> successCallback,
	VisualRecognitionFailCallback failCallback,
	byte[] imageData = null,
	Dictionary<string, Object> customData = null
)

Parameters

successCallback
Type: IBM.Watson.DeveloperCloud.Services.VisualRecognition.v3VisualRecognitionSuccessCallbackFacesTopLevelMultiple
failCallback
Type: IBM.Watson.DeveloperCloud.Services.VisualRecognition.v3VisualRecognitionFailCallback
imageData (Optional)
Type: SystemByte
customData (Optional)
Type: System.Collections.GenericDictionaryString, Object

Return Value

Type: Boolean
See Also