ICSV - Image Color Similarity Visualization
Vienna Technical University - Course 'Visualization 2'. Author: Stefan Spelitz (0925601)
ICSV.Interface.Operations.SearchImages Class Reference

The request for starting a new search of images. The response will be SearchImagesResponse, which will deliver a search id for further request. More...

Properties

string ForQuery [get, set]
 The query string indicates what to search for. More...
 
int PhotoCount [get, set]
 The maximum number of images the server should look for. More...
 

Detailed Description

The request for starting a new search of images. The response will be SearchImagesResponse, which will deliver a search id for further request.

Property Documentation

string ICSV.Interface.Operations.SearchImages.ForQuery
getset

The query string indicates what to search for.

A comma-delimited list of tags. Photos with one or more of the tags listed will be returned. You can exclude results that match a term by prepending it with a - character.

int ICSV.Interface.Operations.SearchImages.PhotoCount
getset

The maximum number of images the server should look for.