Table of Contents

Class RecognizeResultOnImageEventArgs

Namespace
ScanbotSDK.iOS
Assembly
DocumentSDK.NET.iOS.dll
public class RecognizeResultOnImageEventArgs : EventArgs
Inheritance
RecognizeResultOnImageEventArgs
Inherited Members

Constructors

RecognizeResultOnImageEventArgs(SBSDKGenericDocumentRecognitionResult, UIImage)

public RecognizeResultOnImageEventArgs(SBSDKGenericDocumentRecognitionResult result, UIImage image)

Parameters

result SBSDKGenericDocumentRecognitionResult
image UIImage

Properties

Image

public UIImage Image { get; set; }

Property Value

UIImage

Result

public SBSDKGenericDocumentRecognitionResult Result { get; set; }

Property Value

SBSDKGenericDocumentRecognitionResult