Skip to main content

SimilarTracksSearchMode

The search mode used for the similarity search. Only one of the fields of this input type should be provided. By default the 'mostRepresentative' mode will be used.

@oneOf

type SimilarTracksSearchMode {
mostRepresentative: Boolean
complete: Boolean
interval: SimilarTracksSearchModeInterval
}

Fields

mostRepresentative (Boolean)

Use the part of the track that is most representative as the criteria for finding similar tracks (Default mode).

complete (Boolean)

Use the complete track as the criteria for finding similar tracks.

interval (SimilarTracksSearchModeInterval)

Use the part of the track specified by the interval as the criteria for finding similar tracks.