Package com.simplidh.api
Interface IOptimize
public interface IOptimize
- Author:
- Phillip Austerfield
- 
Method SummaryModifier 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- 
generateTitleGenerates a title based on the given input.- Returns:
 
- 
generateMetadescriptionGenerates a Meta Descriptions based on the given input- Returns:
 
- 
generateKeywordsGenerates keywords based on the given input.- Returns:
 
- 
optimizeTextOptimizes a text based on the given input keywords.- Returns:
 
- 
detectLanguageDetects the language of a text based on the given input.- Returns:
 
- 
classifyTextDetects tags of a text based on the given input- Returns:
 
- 
optimizeLengthOptimize length of a text- Returns:
 
 
-