I would like to know whether there exists a possibility to get the match probability in percentage (or other measure factors) of a GNSearchRespsonse
. The problem is that getBestResponse()
doesn't return always the correct result so I would like to take only a match with high probability into account and refuse the others.
I searched a lot in the documentation. Although I didn't find any useful support.
Firstly I assumed that boolean partial()
on an GNSearchResponse
could returns me whether the match is sure or not but it's seems not to be this functionality. So what does this method do in general?
(I am using the Android SDK)