public class MostSimilarsRequest extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
base64img
true when Base64 encoded target images are requested. |
int |
count
Maximal number of most similar targets to find.
|
int |
h
Height of the target images in pixel.
|
int |
maxCount
Maximal number of most similar targets to find.
|
double |
maxDissimilarity
Maximal dissimilarity to return; inclusive.
|
String |
metric
Metric to use.
|
String |
query
Query molecule.
|
int |
w
Width of the target images in pixel.
|
Constructor and Description |
---|
MostSimilarsRequest() |
public String metric
public String query
public int w
public int h
public int count
public int maxCount
public double maxDissimilarity
WuiNotFoundException
is throw resulting in a "Not found (404)" response status.public boolean base64img
true
when Base64 encoded target images are requested.