Skip to content

Latest commit

 

History

History
156 lines (85 loc) · 2.74 KB

File metadata and controls

156 lines (85 loc) · 2.74 KB

root / docs / classes

[Back to README.md]

dataforseo-client / Exports / SpellInfo

Class: SpellInfo

Implements

Indexable

▪ [key: string]: any

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new SpellInfo(data?): SpellInfo

Parameters

Name Type
data? ISpellInfo

Returns

SpellInfo

Defined in

main.ts:21850

Properties

keyword

Optional keyword: string

keyword obtained as a result of search engine autocorrection the results will be provided for the corrected keyword

Implementation of

ISpellInfo.keyword

Defined in

main.ts:21840


type

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

Implementation of

ISpellInfo.type

Defined in

main.ts:21846

Methods

init

init(_data?): void

Parameters

Name Type
_data? any

Returns

void

Defined in

main.ts:21859


toJSON

toJSON(data?): any

Parameters

Name Type
data? any

Returns

any

Defined in

main.ts:21877


fromJS

fromJS(data): SpellInfo

Parameters

Name Type
data any

Returns

SpellInfo

Defined in

main.ts:21870

root / docs / classes

[Back to README.md]