Package com.simplidh.api
Interface IOptimizeGenerate<T>
- Type Parameters:
- T-
public interface IOptimizeGenerate<T>
- Author:
- Phillip Austerfield
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfaceOptimize resultstatic interfaceLength Optimization Candidate
- 
Method SummaryModifier and TypeMethodDescriptionGeneratesetFocusKeywords(String... asKeywords) Single Keyword from a list which defines the semantic context for the generated titlesetOutputExamples(String... asExamples) Examples of titles which should be generated.setOutputExamplesImpact(int nImpact) Examples of titles which should be generated.setTargetAudience(String sAudience) A description of the target audience for the title.setTargetTags(String... asTags) Set tags
- 
Method Details- 
setFocusKeywordsSingle Keyword from a list which defines the semantic context for the generated title- Parameters:
- asKeywords-
- Returns:
 
- 
setTargetAudienceA description of the target audience for the title.- Parameters:
- sAudience-
- Returns:
 
- 
setOutputExamplesExamples of titles which should be generated.- Parameters:
- asExamples-
- Returns:
 
- 
setTargetTagsSet tags- Parameters:
- asTags- Tags, e.g. SEO, ANIMALS etc.
- Returns:
 
- 
setOutputExamplesImpactExamples of titles which should be generated.- Parameters:
- nImpact- [0...5] where 5 is high, 0 is low
- Returns:
 
- 
generate@NotNull IOptimizeGenerate.IOptimizeResult<T> generate(@NotNull String sSourceText, @NotNull String sTargetLanguage, boolean useCached) Generate- Parameters:
- sSourceText-
- sTargetLanguage- Target Language
- useCached- Use cached result
- Returns:
 
 
-