com.yahoo.search
Interface SpellingSuggestionResults

All Known Implementing Classes:
XmlParserSpellingSuggestionResults

public interface SpellingSuggestionResults

Spelling suggestion results.

Author:
Ryan Kennedy

Method Summary
 String getSuggestion()
          The text of the suggested correction.
 

Method Detail

getSuggestion

String getSuggestion()
The text of the suggested correction.

Returns:
The text of the suggested correction.