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
UIImageresult
SBSDKDocumentDetectorResult
Properties
Result
public SBSDKDocumentDetectorResult? Result { get; set; }
Property Value
VideoFrameImage
public UIImage VideoFrameImage { get; set; }
Property Value
- UIImage