Uses of Class
com.api.sentimentanalysis.model.TextToAnalyze
-
Packages that use TextToAnalyze Package Description com.api.sentimentanalysis.controller -
-
Uses of TextToAnalyze in com.api.sentimentanalysis.controller
Methods in com.api.sentimentanalysis.controller with parameters of type TextToAnalyze Modifier and Type Method Description org.springframework.http.ResponseEntity<java.lang.String>EmotionController. getEmotion(TextToAnalyze text, java.lang.String token, EmotionController.Tools tool)POST - Find the emotion in a block of text.
-