-
- All Implemented Interfaces:
public final class OCRRespData
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classOCRRespData.TextDetection
-
Field Summary
Fields Modifier and Type Field Description private final List<OCRRespData.TextDetection>textsprivate final Stringlanguage
-
Constructor Summary
Constructors Constructor Description OCRRespData(List<OCRRespData.TextDetection> texts, String language)
-
Method Summary
Modifier and Type Method Description final List<OCRRespData.TextDetection>getTexts()final StringgetLanguage()-
-
Constructor Detail
-
OCRRespData
OCRRespData(List<OCRRespData.TextDetection> texts, String language)
-
-
Method Detail
-
getTexts
final List<OCRRespData.TextDetection> getTexts()
-
getLanguage
final String getLanguage()
-
-
-
-