SlyceSearchResponseUpdateType Constants Reference

Declared in SlyceSearchResponseUpdate.h

SlyceSearchResponseUpdateType

Constants

SlyceSearchResponseUpdateTypeJobCreated

Indicates a job was created on the backend service. The value property will be an NSString containing the job id.

Declared In SlyceSearchResponseUpdate.h.

SlyceSearchResponseUpdateTypeTagFound

Indicates a tag was found during the search process. The value property will be an NSString containing the tag. The full list of tags are also available on the associated response object.

Declared In SlyceSearchResponseUpdate.h.

SlyceSearchResponseUpdateTypeResultsReceived

Indicates that results were received. The value property will be an NSArray of SlyceSearchResults objects. The search results are also available on the associated response object.

Declared In SlyceSearchResponseUpdate.h.

SlyceSearchResponseUpdateTypeImageUploaded

Indicates that an image was successfully uploaded to the backend service. The value property will be nil.

Declared In SlyceSearchResponseUpdate.h.