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
resultDocumentDetectionResult
Properties
Result
public DocumentDetectionResult Result { get; set; }