Match

data class Match : MatchResult

A signature is successfully matched against the specified Catalog.

Properties

matchedMediaItems
Link copied to clipboard
val matchedMediaItems: List<MatchedMediaItem>
Provides a list of MatchedMediaItem containing valid results.
querySignature
Link copied to clipboard
val querySignature: Signature
The signature used for the match.