OcrResult

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

Result of OCR text recognition.

Constructors

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

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
Link copied to clipboard
fun toJson(config: ToJsonConfiguration = ToJsonConfiguration.default()): JSONObject