public class Detector
extends java.lang.Object
| Constructor and Description |
|---|
Detector(DetectorConfig config) |
| Modifier and Type | Method and Description |
|---|---|
DetectResponse |
detect(java.lang.String text) |
java.lang.String |
detectAsString(java.lang.String text) |
public Detector(DetectorConfig config)
public DetectResponse detect(java.lang.String text) throws NLApiException
NLApiExceptionpublic java.lang.String detectAsString(java.lang.String text)
throws NLApiException
NLApiException