Table of Contents

Class SampleVideoFrameDetectionResultEventArgs

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

Constructors

SampleVideoFrameDetectionResultEventArgs(UIImage, SBSDKDocumentDetectorResult?)

public SampleVideoFrameDetectionResultEventArgs(UIImage videoFrameImage, SBSDKDocumentDetectorResult? result)

Parameters

videoFrameImage UIImage
result SBSDKDocumentDetectorResult

Properties

Result

public SBSDKDocumentDetectorResult? Result { get; set; }

Property Value

SBSDKDocumentDetectorResult

VideoFrameImage

public UIImage VideoFrameImage { get; set; }

Property Value

UIImage