toggle menu
scanbot-sdk-compose-multiplatform
common
switch theme
search in API
scanbot-sdk-compose-multiplatform
/
io.scanbot.sdk.compose.multiplatform.configuration.internal
/
OcrResult
Ocr
Result
data
class
OcrResult
(
val
text
:
String
,
val
confidence
:
Double
?
)
Members
Constructors
Ocr
Result
Link copied to clipboard
constructor
(
source
:
Map
<
String
,
Any
?
>
)
constructor
(
json
:
JsonObject
)
constructor
(
text
:
String
,
confidence
:
Double
?
)
Properties
confidence
Link copied to clipboard
val
confidence
:
Double
?
Confidence in result accuracy. The value ranges from 0 to 100, higher is better.
text
Link copied to clipboard
val
text
:
String
Recognized text
Functions
to
Json
Link copied to clipboard
fun
toJson
(
)
:
JsonObject