getConfidenceLevel

@FloatRange(from = 0, to = 1)
abstract fun getConfidenceLevel(): Double

Gives the level of confidence attached to the provided piece of information.

Return value is a double in range [0, 1], where 0 means that the provided information is most probably inaccurate (or cannot be considered as such) and 1 means that the provided information is most probably accurate.

Return

confidence level