OcrResult

data class OcrResult(val text: String, val confidence: Double)

Result of OCR text recognition.

Constructors

Link copied to clipboard
constructor(text: String, confidence: Double)
constructor(source: Map<String, Any?>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Minimum number of accumulated frames that have equal result.

Link copied to clipboard

Maximum number of accumulated frames to inspect before actual result is returned.

Functions

Link copied to clipboard
fun toJson(config: ToJsonConfiguration = ToJsonConfiguration.default()): JsonObject
Link copied to clipboard
fun toJsonString(config: ToJsonConfiguration = ToJsonConfiguration.default()): String