SpellCheck Class
- java.
lang. Object
public class SpellCheck extends Answer
The SpellCheck model.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Spelling |
flaggedTokens()
Get the flaggedTokens value. |
Spell |
withFlaggedTokens(List<SpellingFlaggedToken> flaggedTokens)
Set the flaggedTokens value. |
Inherited Members
Method Details
flaggedTokens
public List
Get the flaggedTokens value.
Returns:
the flaggedTokens value
withFlaggedTokens
public SpellCheck withFlaggedTokens(List
Set the flaggedTokens value.
Parameters:
flaggedTokens
- the flaggedTokens value to set
Returns:
the SpellCheck object itself.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java