public class OCRResult
extends java.lang.Object
Constructor and Description |
---|
OCRResult(int confidence,
java.util.List<Word> words)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getConfidence() |
java.util.List<Word> |
getWords() |
java.lang.String |
toString() |
public OCRResult(int confidence, java.util.List<Word> words)
confidence
- average text confidencewords
- recognized wordspublic int getConfidence()
public java.util.List<Word> getWords()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2024 Tess4J. All rights reserved.