SlyceSearchResult Class Reference

Inherits from NSObject
Conforms to NSCoding
Declared in SlyceSearchResult.h

  type

The type of SlyceSearchResult.

@property (nonatomic, readonly) NSString *type

Discussion

This the type of response specified by Forge, for instance “TextSearch”

Declared In

SlyceSearchResult.h

  datasetIdentifier

The identifier of the dataset where result originated.

@property (nonatomic, readonly) NSString *datasetIdentifier

Declared In

SlyceSearchResult.h

  items

The unmapped items represented by this SlyceSearchResult.

@property (nonatomic, readonly) NSArray<NSDictionary*> *items

Discussion

Each item is a dictionary representation of a result in the format specified in its associated dataset.

Declared In

SlyceSearchResult.h