Class OcrResult
- Namespace
- ScanbotSDK.MAUI.Core.GenericDocument
- Assembly
- ScanbotSDK.Shared.dll
public class OcrResult
- Inheritance
-
OcrResult
- Inherited Members
Constructors
OcrResult()
public OcrResult()
Properties
Confidence
public required double Confidence { get; init; }
Property Value
Text
public required string Text { get; init; }