Table of Contents

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

double

Text

public required string Text { get; init; }

Property Value

string