Class OcrResult
- Namespace
- ScanbotSDK.MAUI.Common
- Assembly
- ScanbotSDK.Shared.dll
Result of OCR text recognition.
public class OcrResult
- Inheritance
-
OcrResult
- Inherited Members
Properties
Confidence
Minimum number of accumulated frames that have equal result.
public required double Confidence { get; init; }
Property Value
Text
Maximum number of accumulated frames to inspect before actual result is returned.
public required string Text { get; init; }