Class OcrResultBlock
- Namespace
- ScanbotSDK.MAUI.Ocr
- Assembly
- DocumentSDK.MAUI.dll
public sealed class OcrResultBlock
- Inheritance
-
OcrResultBlock
- Inherited Members
Constructors
OcrResultBlock()
public OcrResultBlock()
Properties
BoundingBox
public Rect BoundingBox { get; set; }
Property Value
Confidence
public double Confidence { get; set; }
Property Value
Text
public string Text { get; set; }
Property Value
Type
public OcrResultBlockType Type { get; set; }