toggle menu
Genius Scan SDK
99.0
androidJvm
switch theme
search in API
Genius Scan SDK
/
com.geniusscansdk.core
/
TextLayoutToTextConverter
/
Result
Result
data
class
Result
(
val
text
:
String
,
val
averageWordConfidence
:
Int
,
val
wordCount
:
Int
)
Members
Constructors
Result
Link copied to clipboard
constructor
(
text
:
String
,
averageWordConfidence
:
Int
,
wordCount
:
Int
)
Properties
average
Word
Confidence
Link copied to clipboard
val
averageWordConfidence
:
Int
text
Link copied to clipboard
val
text
:
String
word
Count
Link copied to clipboard
val
wordCount
:
Int