ocr
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
ocr
ocr
/
com.m8test.ocr.api
/
OcrResult
/
getConfidence
get
Confidence
abstract
fun
getConfidence
(
)
:
Float
?
获取 OCR 结果的置信度(confidence)。 值范围通常为 0 到 1,表示识别可信度。
Return
置信度值,可能为 null。