namespace Rokid.UXR.Interaction { public interface ICandidateComparer { int Compare(object a, object b); } }