SlyceSearchResponse Class Reference

Inherits from NSObject
Conforms to NSCoding
Declared in SlyceSearchResponse.h

  jobIdentifier

The job identifier created by Forge.

@property (nonatomic, readonly, nullable) NSString *jobIdentifier

Declared In

SlyceSearchResponse.h

  tags

A set of tags returned by this SlyceSearchTask.

@property (nonatomic, readonly) NSOrderedSet<NSString*> *tags

Discussion

The tags represent keywords that are produced by the Workflow that backs this SlyceSearchTask. These tags will be updated as the task goes through its progression.

Declared In

SlyceSearchResponse.h

  results

An array of SlyceSearchResult returned by a SlyceSearchTask.

@property (nonatomic, readonly, nullable) NSArray<SlyceSearchResult*> *results

Declared In

SlyceSearchResponse.h