Class TextAPI

java.lang.Object
org.project.api.TextAPI

public class TextAPI extends Object
Provides text cleaning and correction utilities using Gemini.
  • Constructor Details

    • TextAPI

      public TextAPI()
  • Method Details

    • getCleanText

      public static String getCleanText(String inputText)
      Clean and correct the input text using Gemini.
      Parameters:
      inputText - text to clean
      Returns:
      cleaned and corrected text