Class SBSDKGenericDocumentRecognizer
- Namespace
- ScanbotSDK.iOS
- Assembly
- DocumentSDK.NET.iOS.dll
public class SBSDKGenericDocumentRecognizer : NSObject
- Inheritance
-
SBSDKGenericDocumentRecognizer
Constructors
SBSDKGenericDocumentRecognizer(NSObjectFlag)
protected SBSDKGenericDocumentRecognizer(NSObjectFlag t)
Parameters
t
NSObjectFlag
SBSDKGenericDocumentRecognizer(NativeHandle)
protected SBSDKGenericDocumentRecognizer(NativeHandle handle)
Parameters
handle
NativeHandle
SBSDKGenericDocumentRecognizer(SBSDKGenericDocumentRootType[])
public SBSDKGenericDocumentRecognizer(SBSDKGenericDocumentRootType[] acceptedDocumentTypes)
Parameters
acceptedDocumentTypes
SBSDKGenericDocumentRootType[]
SBSDKGenericDocumentRecognizer(SBSDKGenericDocumentRootType[], string[]?)
public SBSDKGenericDocumentRecognizer(SBSDKGenericDocumentRootType[] acceptedDocumentTypes, string[]? excludedFieldTypes)
Parameters
acceptedDocumentTypes
SBSDKGenericDocumentRootType[]
excludedFieldTypes
string[]
Properties
AcceptedDocumentTypes
public virtual SBSDKGenericDocumentRootType[] AcceptedDocumentTypes { get; set; }
Property Value
- SBSDKGenericDocumentRootType[]
ClassHandle
public override NativeHandle ClassHandle { get; }
Property Value
- NativeHandle
ExcludedFieldTypes
public virtual string[]? ExcludedFieldTypes { get; set; }
Property Value
- string[]
IsAccumulatingDocuments
public virtual bool IsAccumulatingDocuments { get; set; }
Property Value
- bool
SharpnessAcceptanceFactor
public virtual NFloat SharpnessAcceptanceFactor { get; set; }
Property Value
- NFloat
Methods
public virtual SBSDKGenericDocumentRecognitionResult? RecognizeDocumentOnBufferOrientation(CMSampleBuffer sampleBuffer, AVCaptureVideoOrientation videoOrientation)
Parameters
sampleBuffer
CMSampleBuffer
videoOrientation
AVCaptureVideoOrientation
Returns
- SBSDKGenericDocumentRecognitionResult
RecognizeDocumentOnImage(UIImage)
public virtual SBSDKGenericDocumentRecognitionResult? RecognizeDocumentOnImage(UIImage image)
Parameters
image
UIImage
Returns
- SBSDKGenericDocumentRecognitionResult
ResetDocumentAccumulation()
public virtual void ResetDocumentAccumulation()