GetSpellCheckCorrectedText

RecognitionResult.GetSpellCheckCorrectedText method

纠正文本(替换拼写错误的单词)。

public string GetSpellCheckCorrectedText(SpellCheckLanguage language = SpellCheckLanguage.Eng, 
    string dictionaryPath = null)
ParameterType描述
languageSpellCheckLanguageDictionary to use.
dictionaryPathStringOptionally. Full path to the user dictionary (frequency dictionary). Dictionary file format: Plain text file in UTF-8 encoding. Word and Word Frequency are separated by space or tab.Per default, the word is expected in the first column and the frequency in the second column. Every word-frequency-pair in a separate line.A line is defined as a sequence of characters followed by a line feed ("\n"), a carriage return ("\r"), or a carriage return immediately followed by a line feed("\r\n"). Every word is expected to be in lower case.

返回值

Text with replaced words.

另请参见