Table of Contents

Class SBSDKGenericDocument

Namespace
ScanbotSDK.iOS
Assembly
BarcodeSDK.NET.iOS.dll
public class SBSDKGenericDocument : NSObject
Inheritance
SBSDKGenericDocument

Constructors

SBSDKGenericDocument()

public SBSDKGenericDocument()

SBSDKGenericDocument(NSObjectFlag)

protected SBSDKGenericDocument(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKGenericDocument(NativeHandle)

protected SBSDKGenericDocument(NativeHandle handle)

Parameters

handle NativeHandle

SBSDKGenericDocument(SBSDKGenericDocumentType, SBSDKGenericDocumentField[], SBSDKGenericDocument[], float, float)

public SBSDKGenericDocument(SBSDKGenericDocumentType type, SBSDKGenericDocumentField[] fields, SBSDKGenericDocument[] children, float confidence, float confidenceWeight)

Parameters

type SBSDKGenericDocumentType
fields SBSDKGenericDocumentField[]
children SBSDKGenericDocument[]
confidence float
confidenceWeight float

Properties

Children

public virtual SBSDKGenericDocument[] Children { get; set; }

Property Value

SBSDKGenericDocument[]

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

Confidence

public virtual float Confidence { get; set; }

Property Value

float

ConfidenceWeight

public virtual float ConfidenceWeight { get; set; }

Property Value

float

Fields

public virtual SBSDKGenericDocumentField[] Fields { get; set; }

Property Value

SBSDKGenericDocumentField[]

Type

public virtual SBSDKGenericDocumentType Type { get; set; }

Property Value

SBSDKGenericDocumentType

Wrap

public virtual SBSDKGenericDocumentWrapper? Wrap { get; }

Property Value

SBSDKGenericDocumentWrapper

Methods

ChildByDocumentType(string)

public virtual SBSDKGenericDocument? ChildByDocumentType(string typeName)

Parameters

typeName string

Returns

SBSDKGenericDocument

ChildrenBy(string)

public virtual SBSDKGenericDocument[] ChildrenBy(string typeName)

Parameters

typeName string

Returns

SBSDKGenericDocument[]

FieldByTypeName(string)

public virtual SBSDKGenericDocumentField? FieldByTypeName(string typeName)

Parameters

typeName string

Returns

SBSDKGenericDocumentField

FieldsByTypeName(string)

public virtual SBSDKGenericDocumentField[] FieldsByTypeName(string typeName)

Parameters

typeName string

Returns

SBSDKGenericDocumentField[]