ClassificationCollection Class |
Namespace: IBM.Watson.DeveloperCloud.Services.NaturalLanguageClassifier.v1
public class ClassificationCollection
The ClassificationCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| ClassificationCollection | Initializes a new instance of the ClassificationCollection class |
| Name | Description | |
|---|---|---|
| classes |
An array of up to ten class-confidence pairs sorted in descending order of confidence.
| |
| text |
The submitted phrase.
| |
| top_class |
The class with the highest confidence.
| |
| topConfidence |
Helper function to return the top confidence value of all the returned classes.
|