GetResult

SpellCheckAIProcessor.GetResult method

Gets the OCR results after spelling correction has been applied.

public List<AIResult> GetResult()

Return Value

A list of AIResult objects containing the corrected recognition results.

See Also