correctedHtml property

String? correctedHtml
getter/setter pair

Corrected output with html tags to highlight the corrected words.

Corrected words are called out with the "..." html tags. For example, the user input query is "software enginear", where the second word, "enginear," is incorrect. It should be "engineer". When spelling correction is enabled, this value is "software engineer".

Implementation

core.String? correctedHtml;