Table of Contents

Class SBSDKVehicleIdentificationNumberScannerResult

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

Constructors

SBSDKVehicleIdentificationNumberScannerResult(NSObjectFlag)

protected SBSDKVehicleIdentificationNumberScannerResult(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKVehicleIdentificationNumberScannerResult(NativeHandle)

protected SBSDKVehicleIdentificationNumberScannerResult(NativeHandle handle)

Parameters

handle NativeHandle

SBSDKVehicleIdentificationNumberScannerResult(bool, string, double)

public SBSDKVehicleIdentificationNumberScannerResult(bool isValidationSuccessful, string text, double confidenceValue)

Parameters

isValidationSuccessful bool
text string
confidenceValue double

Properties

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

ConfidenceValue

public virtual double ConfidenceValue { get; }

Property Value

double

IsValidationSuccessful

public virtual bool IsValidationSuccessful { get; }

Property Value

bool

Text

public virtual string Text { get; }

Property Value

string