disableSpellCheck property

bool? disableSpellCheck
getter/setter pair

This flag controls the spell-check feature.

If false, the service attempts to correct a misspelled query, for example, "enginee" is corrected to "engineer". Defaults to false: a spell check is performed.

Implementation

core.bool? disableSpellCheck;