Table of Contents

Class SBSDKMachineReadableZoneRecognizer

Namespace
ScanbotSDK.iOS
Assembly
DocumentSDK.NET.iOS.dll
public class SBSDKMachineReadableZoneRecognizer : NSObject
Inheritance
SBSDKMachineReadableZoneRecognizer

Constructors

SBSDKMachineReadableZoneRecognizer()

public SBSDKMachineReadableZoneRecognizer()

SBSDKMachineReadableZoneRecognizer(NSObjectFlag)

protected SBSDKMachineReadableZoneRecognizer(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKMachineReadableZoneRecognizer(NativeHandle)

protected SBSDKMachineReadableZoneRecognizer(NativeHandle handle)

Parameters

handle NativeHandle

Properties

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

MaxNumberOfAccumulatedResults

public virtual nuint MaxNumberOfAccumulatedResults { get; set; }

Property Value

nuint

RequiredNumberOfEqualAccumulatedResults

public virtual nuint RequiredNumberOfEqualAccumulatedResults { get; set; }

Property Value

nuint

Methods

RecognizePersonalIdentityFromImage(UIImage)

public virtual SBSDKMachineReadableZoneRecognizerResult? RecognizePersonalIdentityFromImage(UIImage image)

Parameters

image UIImage

Returns

SBSDKMachineReadableZoneRecognizerResult

RecognizePersonalIdentityFromSampleBufferOrientation(CMSampleBuffer, AVCaptureVideoOrientation, CGRect)

public virtual SBSDKMachineReadableZoneRecognizerResult? RecognizePersonalIdentityFromSampleBufferOrientation(CMSampleBuffer sampleBuffer, AVCaptureVideoOrientation videoOrientation, CGRect machineReadableZoneRect)

Parameters

sampleBuffer CMSampleBuffer
videoOrientation AVCaptureVideoOrientation
machineReadableZoneRect CGRect

Returns

SBSDKMachineReadableZoneRecognizerResult

RecognizePersonalIdentityFromText(string)

public virtual SBSDKMachineReadableZoneRecognizerResult? RecognizePersonalIdentityFromText(string text)

Parameters

text string

Returns

SBSDKMachineReadableZoneRecognizerResult