Uses of Class
io.goobi.viewer.api.rest.model.ner.ElementReference
Packages that use ElementReference
Package
Description
Model classes for named-entity recognition (NER) results exposed through the REST API,
representing tags, tag groups, page and document references, and aggregated tag counts.
-
Uses of ElementReference in io.goobi.viewer.api.rest.model.ner
Methods in io.goobi.viewer.api.rest.model.ner that return ElementReferenceMethods in io.goobi.viewer.api.rest.model.ner that return types with arguments of type ElementReferenceMethods in io.goobi.viewer.api.rest.model.ner with parameters of type ElementReferenceModifier and TypeMethodDescriptionvoidNERTag.setElement(ElementReference element) Setter for the fieldelement.Method parameters in io.goobi.viewer.api.rest.model.ner with type arguments of type ElementReferenceModifier and TypeMethodDescriptionvoidTagCount.addReferences(List<ElementReference> references) addReferences.voidTagCount.setReferences(List<ElementReference> references) Setter for the fieldreferences.Constructors in io.goobi.viewer.api.rest.model.ner with parameters of type ElementReferenceModifierConstructorDescriptionNERTag(String id, String value, NERTag.Type type, ElementReference element) Creates a new NERTag instance.TagCount(String value, NERTag.Type type, ElementReference element) Creates a new TagCount instance.