Uses of Class
com.api.sentimentanalysis.controller.EmotionController.Tools
-
Packages that use EmotionController.Tools Package Description com.api.sentimentanalysis.controller -
-
Uses of EmotionController.Tools in com.api.sentimentanalysis.controller
Methods in com.api.sentimentanalysis.controller that return EmotionController.Tools Modifier and Type Method Description static EmotionController.ToolsEmotionController.Tools. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EmotionController.Tools[]EmotionController.Tools. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.api.sentimentanalysis.controller with parameters of type EmotionController.Tools 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.
-