Uses of Class
com.merative.acd.v1.model.SpellingCorrection
- 
Packages that use SpellingCorrection Package Description com.merative.acd.v1.model 
- 
- 
Uses of SpellingCorrection in com.merative.acd.v1.modelMethods in com.merative.acd.v1.model that return SpellingCorrection Modifier and Type Method Description SpellingCorrectionContainerGroup. getSpellingCorrections(int index)Gets SpellingCorrections at the given index.SpellingCorrectionUnstructuredContainer. getSpellingCorrections(int index)Gets the SpellingCorrection object at the given index.Methods in com.merative.acd.v1.model that return types with arguments of type SpellingCorrection Modifier and Type Method Description java.util.List<SpellingCorrection>ContainerAnnotation. getSpellingCorrections()Returns the spelling corrections.java.util.List<SpellingCorrection>ContainerGroup. getSpellingCorrections()Gets all of the SpellingCorrections in the container.java.util.List<SpellingCorrection>UnstructuredContainer. getSpellingCorrections()Gets the SpellingCorrection objects in the container.
 
-