Method AssignClass
AssignClass(String)
Assign a class (with score) to the given text string
Declaration
ClassificationResult<T> AssignClass(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | a string containing text to be classified |
Returns
Type | Description |
---|---|
ClassificationResult<T> | a ClassificationResult<T> holding assigned class of type |