Aracılığıyla paylaş


SpellCheck Class

public class SpellCheck extends Answer

The SpellCheck model.

Method Summary

Modifier and Type Method and Description
List<SpellingFlaggedToken> flaggedTokens()

Get the flaggedTokens value.

SpellCheck withFlaggedTokens(List<SpellingFlaggedToken> flaggedTokens)

Set the flaggedTokens value.

Inherited Members

Method Details

flaggedTokens

public List flaggedTokens()

Get the flaggedTokens value.

Returns:

the flaggedTokens value

withFlaggedTokens

public SpellCheck withFlaggedTokens(List flaggedTokens)

Set the flaggedTokens value.

Parameters:

flaggedTokens - the flaggedTokens value to set

Returns:

the SpellCheck object itself.

Applies to