Package org.project.api
Class TextAPI
java.lang.Object
org.project.api.TextAPI
Provides text cleaning and correction utilities using Gemini.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetCleanText(String inputText) Clean and correct the input text using Gemini.
-
Constructor Details
-
TextAPI
public TextAPI()
-
-
Method Details
-
getCleanText
Clean and correct the input text using Gemini.- Parameters:
inputText- text to clean- Returns:
- cleaned and corrected text
-