Table of Contents

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

Rect

Confidence

public double Confidence { get; set; }

Property Value

double

Text

public string Text { get; set; }

Property Value

string

Type

public OcrResultBlockType Type { get; set; }

Property Value

OcrResultBlockType