Table of Contents

Class DetectionStatusEventArgs

Namespace
ScanbotSDK.MAUI.Document.ClassicComponent
Assembly
DocumentSDK.MAUI.dll
public class DetectionStatusEventArgs : EventArgs
Inheritance
DetectionStatusEventArgs
Inherited Members

Constructors

DetectionStatusEventArgs(DocumentDetectionResult)

public DetectionStatusEventArgs(DocumentDetectionResult result)

Parameters

result DocumentDetectionResult

Properties

Result

public DocumentDetectionResult Result { get; set; }

Property Value

DocumentDetectionResult