pub fn search(
    hashes: impl IntoIterator<Item = VideoHash>,
    tolerance: NormalizedTolerance
) -> Vec<MatchGroup>
Expand description

Search for duplicates within the given hashes, within the given tolerance. Returns groups for all the matching videos. Each group may have multiple entries if multiple videos are duplicates of each other.