SearchCollectionsResponseHitsItem¶
- class pydelfini.delfini_core.models.search_collections_response_hits_item.SearchCollectionsResponseHitsItem(collection, data_elements, highlights, items, score)[source]¶
Bases:
object
SearchCollectionsResponseHitsItem model
- Parameters:
collection (Collection)
data_elements (List[SearchCollectionsResponseHitsItemDataElementsItem])
highlights (Highlights)
score (float)
- collection¶
Core collection properties, with IDs
- Type:
- data_elements¶
- Type:
List[‘SearchCollectionsResponseHitsItemDataElementsItem’]
- highlights¶
- Type:
- items¶
- Type:
List[‘SearchCollectionsResponseHitsItemItemsItem’]
Attributes
- classmethod from_dict(src_dict)[source]¶
Create an instance of
SearchCollectionsResponseHitsItem
from a dict