ICommonSpintaxModuleV2Interface
Assembly: ZennoLab.InterfacesLibrary
Full name: ZennoLab.InterfacesLibrary.Spintax.ICommonSpintaxModuleV2Interface
Kind: interface
interface for spintax modules
Methods
SpinTheArticleV2
Method
string SpinTheArticleV2(string input, int rewrite_num, int uniqueness, bool return_rewrites, bool protect_words, bool use_custom_synonyms, bool return_raw_json)
accepts your orignial text and returns a rewrite of the text
Parameters
| Type | Name | Description |
|---|---|---|
string | input | The text that you would like WordAi to rewrite. Cannot be empty. When rewrite_num is set between 1 to 4, maximum words for input is 5000. When rewrite_num is set between 5 to 10, maximum words for input is 1000. |
int | rewrite_num | The number of rewrites you’d like WordAi to create for your original text. rewrite_num must be an integer ranging from 1 to 10. Default is 1. |
int | uniqueness | Depend on how conservative vs adventurous you want your rewrite to be, you can set uniqueness as an integer ranging from 1 to 3, where 1 stands for More Conservative, 2 stands for Regular, and 3 stands for More Adventurous. Default is 1. |
bool | return_rewrites | Set to true if you want to receive a list of rewrites of the text you provided (size of the list is the same as true you provide). Otherwise, the output returned will be the spintax of your text. If set to true, a new key rewrites is added to result, whose value is an array of rewrites. |
bool | protect_words | Default is false. Set to true to use the protect words master settings in your account, which can be viewed and updated here. |
bool | use_custom_synonyms | Default is false. Set to true to use the custom synonyms master settings in your account, which can be viewed and updated here. |
bool | return_raw_json | Return Json instead text (There are no any exception). |
Returns: the spintauxed article