Package com.geniusscansdk.ocr
Class OcrResult
- java.lang.Object
-
- com.geniusscansdk.ocr.OcrResult
-
public class OcrResult extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
text
com.geniusscansdk.core.TextLayout
textLayout
-
Constructor Summary
Constructors Constructor Description OcrResult(java.lang.String text, com.geniusscansdk.core.TextLayout textLayout)
-