public class ImageSearchResult<METADATA extends Identifiable> extends Object implements Identifiable, Scored
Constructor and Description |
---|
ImageSearchResult(METADATA metadata,
double score) |
Modifier and Type | Method and Description |
---|---|
String |
getID() |
METADATA |
getMetadata() |
double |
getScore() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
public ImageSearchResult(METADATA metadata, double score)
public double getScore()
public String getID()
getID
in interface Identifiable
public METADATA getMetadata()