ProofreadingResult

public abstract class ProofreadingResult extends Object

Results from the proofreading inference.

Public Method Summary

abstract ImmutableList<ProofreadingSuggestion>
getResults()
Gets a list of unique proofreading suggestions.

Inherited Method Summary

Public Methods

public abstract ImmutableList<ProofreadingSuggestion> getResults ()

Gets a list of unique proofreading suggestions.

The list is guaranteed to be non-empty and the suggested results are sorted in descending order of confidence.