getConfidence

abstract fun getConfidence(): Float?

获取 OCR 结果的置信度(confidence)。 值范围通常为 0 到 1,表示识别可信度。

Return

置信度值,可能为 null。