Package io.goobi.viewer.api.rest.model.ner


package io.goobi.viewer.api.rest.model.ner
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.
  • Class
    Description
    REST API model representing a digitized document identified by its persistent identifier (PI), together with the NER tag groups found across its pages.
    REST API model referencing a single named-entity element within a page of a digitized document.
    REST API model representing a contiguous range of pages (defined by a first and last page order number) that share a set of NER tag counts.
    REST API model representing a single named-entity recognition (NER) tag extracted from a digitized document.
    Enumerates the recognized categories of named entities, such as persons, locations, corporations, events, and miscellaneous types.
    REST API model representing a single page of a digitized document and the NER tag counts found on it.
    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 TagCount entries by page scope — either a single page (PageReference) or a contiguous page range (MultiPageReference).