dataforseo-client / Exports / SpellInfo
▪ [key: string]: any
• new SpellInfo(data?): SpellInfo
| Name | Type |
|---|---|
data? |
ISpellInfo |
• Optional keyword: string
keyword obtained as a result of search engine autocorrection the results will be provided for the corrected keyword
• Optional type: string
type of autocorrection possible values: did_you_mean, showing_results_for, no_results_found_for, including_results_for note: Yahoo and Yandex support only the following autocorrection type: including_results_for
▸ init(_data?): void
| Name | Type |
|---|---|
_data? |
any |
void
▸ toJSON(data?): any
| Name | Type |
|---|---|
data? |
any |
any
▸ fromJS(data): SpellInfo
| Name | Type |
|---|---|
data |
any |