IClassificationResult
What it does
The result of classifying a page with IClassifier.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| Classes | IClassConfidences | Read-only | The collection of possible class names for the page, sorted by confidence. |
| ClassName | string | Read-only | The name of the class assigned to the page by the classifier. |
| IsConfident | bool | Read-only | Indicates if ClassName was assigned confidently. |
12.04.2024 18:16:02