Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否有可能获得 a 的百分比(或其他衡量因素)的匹配概率GNSearchRespsonse。问题是它getBestResponse()并不总是返回正确的结果,所以我只想考虑一个高概率的匹配并拒绝其他匹配。
GNSearchRespsonse
getBestResponse()
我在文档中搜索了很多。虽然我没有找到任何有用的支持。首先,我假设无论匹配是否确定boolean partial(),GNSearchResponse都可以返回我,但它似乎不是这个功能。那么这个方法一般有什么作用呢?
boolean partial()
GNSearchResponse
(我正在使用 Android SDK)