Click or drag to resize

ClassResult Class

One class result.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.VisualRecognition.v3ClassResult

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 ClassResult

The ClassResult type exposes the following members.

Constructors
  NameDescription
Public methodClassResult
Initializes a new instance of the ClassResult class
Top
Properties
  NameDescription
Public property_class
The class result.
Public propertyscore
The score.
Public propertytype_hierarchy
The type hierarchy.
Top
See Also