Package ai.expert.nlapi.v2.cloud
Class Detector
- java.lang.Object
-
- ai.expert.nlapi.v2.cloud.Detector
-
public class Detector extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Detector(DetectorConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DetectResponsedetect(java.lang.String text)java.lang.StringdetectAsString(java.lang.String text)
-
-
-
Constructor Detail
-
Detector
public Detector(DetectorConfig config)
-
-
Method Detail
-
detect
public DetectResponse detect(java.lang.String text) throws NLApiException
- Throws:
NLApiException
-
detectAsString
public java.lang.String detectAsString(java.lang.String text) throws NLApiException- Throws:
NLApiException
-
-