Click or drag to resize

FaceAge Class

Age of the face.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.VisualRecognition.v3FaceAge

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 FaceAge

The FaceAge type exposes the following members.

Constructors
  NameDescription
Public methodFaceAge
Initializes a new instance of the FaceAge class
Top
Properties
  NameDescription
Public propertymax
The maximum age.
Public propertymin
The minimum age.
Public propertyscore
The age classification score.
Top
See Also