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. |
4/12/2024 6:16:02 PM