Click or drag to resize

DetectedFaces Class

Multiple faces.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.VisualRecognition.v3DetectedFaces

Namespace:  IBM.Watson.DeveloperCloud.Services.VisualRecognition.v3
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class DetectedFaces

The DetectedFaces type exposes the following members.

Constructors
  NameDescription
Public methodDetectedFaces
Initializes a new instance of the DetectedFaces class
Top
Properties
  NameDescription
Public propertyimages
Array of face classifications.
Public propertyimages_processed
Number of images processed.
Public propertywarnings
Warning info.
Top
See Also