Uses of Class
com.merative.acd.v1.model.SpellCorrectedText
-
Packages that use SpellCorrectedText Package Description com.merative.acd.v1.model -
-
Uses of SpellCorrectedText in com.merative.acd.v1.model
Methods in com.merative.acd.v1.model that return SpellCorrectedText Modifier and Type Method Description SpellCorrectedText
ContainerGroup. getSpellCorrectedText(int index)
Gets the SpellCorrectedText.SpellCorrectedText
UnstructuredContainer. getSpellCorrectedText(int index)
Gets the SpellCorrectedText at the given index.Methods in com.merative.acd.v1.model that return types with arguments of type SpellCorrectedText Modifier and Type Method Description java.util.List<SpellCorrectedText>
ContainerAnnotation. getSpellCorrectedText()
Gets the spellCorrectedText.java.util.List<SpellCorrectedText>
ContainerGroup. getSpellCorrectedText()
Gets all of the SpellCorrectedText objects in the container.java.util.List<SpellCorrectedText>
UnstructuredContainer. getSpellCorrectedText()
Gets the SpellCorrectedText objects in the container.
-