Package cn.com.anysdk.ocr.model
Class OcrResult
java.lang.Object
cn.com.anysdk.ocr.model.OcrResult
OCR 识别结果
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class位置信息static classOCR 版块static classOCR 行static classOCR 单词 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublefloatgetText()setBlocks(List<OcrResult.OcrBlock> blocks) setConfidence(double confidence) setOrientation(float orientation)
-
Constructor Details
-
OcrResult
public OcrResult()
-
-
Method Details
-
getText
-
setText
-
getBlocks
-
setBlocks
-
getConfidence
public double getConfidence() -
setConfidence
-
getOrientation
public float getOrientation() -
setOrientation
-