Click or drag to resize

ImageWithFaces Class

One face classification.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.VisualRecognition.v3ImageWithFaces

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 ImageWithFaces

The ImageWithFaces type exposes the following members.

Constructors
  NameDescription
Public methodImageWithFaces
Initializes a new instance of the ImageWithFaces class
Top
Properties
  NameDescription
Public propertyerror
The error.
Public propertyfaces
The face results.
Public propertyimage
The image.
Public propertyresolved_url
The resolved URL.
Public propertysource_url
The source URL.
Top
See Also