I use
ClipboardManager.primaryClipDescription.getConfidenceScore(TextClassifier.TYPE_URL)
every call returns java.lang.IllegalStateException: Classification not complete.
How to get the probability of data from the clipboard?
I use
ClipboardManager.primaryClipDescription.getConfidenceScore(TextClassifier.TYPE_URL)
every call returns java.lang.IllegalStateException: Classification not complete.
How to get the probability of data from the clipboard?