|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.umass.lastfm.Tasteometer
public class Tasteometer
Provides the binding for the "tasteometer.compare" method.
| Nested Class Summary | |
|---|---|
static class |
Tasteometer.ComparisonResult
Contains the result of a tasteometer comparison, i.e. |
static class |
Tasteometer.InputType
Specifies the type of the input for the Tasteometer.compare operation. |
| Method Summary | |
|---|---|
static Tasteometer.ComparisonResult |
compare(Tasteometer.InputType type1,
java.lang.String value1,
Tasteometer.InputType type2,
java.lang.String value2,
java.lang.String apiKey)
Get a Tasteometer score from two inputs, along with a list of shared artists. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Tasteometer.ComparisonResult compare(Tasteometer.InputType type1,
java.lang.String value1,
Tasteometer.InputType type2,
java.lang.String value2,
java.lang.String apiKey)
type1 - Type of the first inputvalue1 - First input valuetype2 - Type of the second inputvalue2 - Second input valueapiKey - The Last.fm API key
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||