SimilarTracksSearchMode
The search mode used for the similarity search. Only one of the fields of this input type should be provided.
@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.
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.