Uses of Class
de.digitalcollections.iiif.model.search.TextQuoteSelector
-
Packages that use TextQuoteSelector Package Description de.digitalcollections.iiif.model.search Model classes that represent entities from the IIIF Search API (http://iiif.io/api/search/1.0/). -
-
Uses of TextQuoteSelector in de.digitalcollections.iiif.model.search
Methods in de.digitalcollections.iiif.model.search that return types with arguments of type TextQuoteSelector Modifier and Type Method Description List<TextQuoteSelector>SearchHit. getSelectors()Methods in de.digitalcollections.iiif.model.search with parameters of type TextQuoteSelector Modifier and Type Method Description SearchHitSearchHit. addSelector(TextQuoteSelector first, TextQuoteSelector... rest)Method parameters in de.digitalcollections.iiif.model.search with type arguments of type TextQuoteSelector Modifier and Type Method Description voidSearchHit. setSelectors(List<TextQuoteSelector> selectors)
-