Uses of Package
io.goobi.viewer.api.rest.model.ner
Packages that use io.goobi.viewer.api.rest.model.ner
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.
Builder classes that assemble REST response payloads for complex resources such as
annotations, IIIF manifests, bibliographic text, table of contents, and bookmarks.
REST resources for digitized record access in the v1 API, providing endpoints
for record metadata, pages, sections, file downloads, calendars, change discovery, and RSS feeds.
Core controller and utility classes of the Goobi viewer.
-
Classes in io.goobi.viewer.api.rest.model.ner used by io.goobi.viewer.api.rest.model.nerClassDescriptionREST API model referencing a single named-entity element within a page of a digitized document.Enumerates the recognized categories of named entities, such as persons, locations, corporations, events, and miscellaneous types.REST API model aggregating the occurrences of a single named-entity tag value and type within a page group.Common interface for NER result containers that group
TagCountentries by page scope — either a single page (PageReference) or a contiguous page range (MultiPageReference). -
Classes in io.goobi.viewer.api.rest.model.ner used by io.goobi.viewer.api.rest.resourcebuildersClassDescriptionREST API model representing a digitized document identified by its persistent identifier (PI), together with the NER tag groups found across its pages.
-
Classes in io.goobi.viewer.api.rest.model.ner used by io.goobi.viewer.api.rest.v1.recordsClassDescriptionREST API model representing a digitized document identified by its persistent identifier (PI), together with the NER tag groups found across its pages.
-
Classes in io.goobi.viewer.api.rest.model.ner used by io.goobi.viewer.controllerClassDescriptionEnumerates the recognized categories of named entities, such as persons, locations, corporations, events, and miscellaneous types.REST API model aggregating the occurrences of a single named-entity tag value and type within a page group.