Uses of Class
com.merative.acd.v1.model.NegatedSpan
-
Packages that use NegatedSpan Package Description com.merative.acd.v1.model -
-
Uses of NegatedSpan in com.merative.acd.v1.model
Methods in com.merative.acd.v1.model that return NegatedSpan Modifier and Type Method Description NegatedSpan
ContainerGroup. getNegatedSpans(int index)
Gets the negatedSpans.NegatedSpan
UnstructuredContainer. getNegatedSpans(int index)
Gets the negatedSpans.Methods in com.merative.acd.v1.model that return types with arguments of type NegatedSpan Modifier and Type Method Description java.util.List<NegatedSpan>
ContainerAnnotation. getNegatedSpans()
Gets the negatedSpans.java.util.List<NegatedSpan>
ContainerGroup. getNegatedSpans()
Gets the negatedSpans.java.util.List<NegatedSpan>
UnstructuredContainer. getNegatedSpans()
Gets the negatedSpans.
-