Package com.simplidh.api
Interface IOptimize
public interface IOptimize
- Author:
- Phillip Austerfield
-
Method Summary
Modifier and TypeMethodDescriptionDetects tags of a text based on the given inputDetects the language of a text based on the given input.Generates keywords based on the given input.Generates a Meta Descriptions based on the given inputGenerates a teaser based on the given input.Generates a title based on the given input.Optimize length of a textOptimizes a text based on the given input keywords.
-
Method Details
-
generateTitle
Generates a title based on the given input.- Returns:
-
generateMetadescription
Generates a Meta Descriptions based on the given input- Returns:
-
generateKeywords
Generates keywords based on the given input.- Returns:
-
optimizeText
Optimizes a text based on the given input keywords.- Returns:
-
detectLanguage
Detects the language of a text based on the given input.- Returns:
-
classifyText
Detects tags of a text based on the given input- Returns:
-
optimizeLength
Optimize length of a text- Returns:
-