public class Categorizer
extends java.lang.Object
| Constructor and Description |
|---|
Categorizer(CategorizerConfig config) |
| Modifier and Type | Method and Description |
|---|---|
CategorizeResponse |
categorize(java.lang.String text) |
java.lang.String |
categorizeAsString(java.lang.String text) |
public Categorizer(CategorizerConfig config)
public CategorizeResponse categorize(java.lang.String text) throws NLApiException
NLApiExceptionpublic java.lang.String categorizeAsString(java.lang.String text)
throws NLApiException
NLApiException