Table of Contents

Class SBSDKPage

Namespace
ScanbotSDK.iOS
Assembly
DocumentSDK.NET.iOS.dll
public class SBSDKPage : SBSDKOCRElement, INSCopying, INativeObject, IDisposable
Inheritance
SBSDKPage
Implements
INSCopying
INativeObject
Inherited Members
Extension Methods

Constructors

SBSDKPage()

public SBSDKPage()

SBSDKPage(NSObjectFlag)

protected SBSDKPage(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKPage(NativeHandle)

protected SBSDKPage(NativeHandle handle)

Parameters

handle NativeHandle

SBSDKPage(string, double, NSValue[], SBSDKBlock[])

public SBSDKPage(string text, double confidence, NSValue[] roi, SBSDKBlock[] blocks)

Parameters

text string
confidence double
roi NSValue[]
blocks SBSDKBlock[]

Properties

Blocks

public virtual SBSDKBlock[] Blocks { get; }

Property Value

SBSDKBlock[]

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

Hash

public virtual nuint Hash { get; }

Property Value

nuint

_type

public virtual string _type { get; }

Property Value

string

Methods

FromJsonWithJson(string)

public static SBSDKPage? FromJsonWithJson(string json)

Parameters

json string

Returns

SBSDKPage

IsEqual(NSObject?)

public virtual bool IsEqual(NSObject? @object)

Parameters

object NSObject

Returns

bool

ToJsonWithConfiguration(SBSDKToJSONConfiguration)

public virtual string ToJsonWithConfiguration(SBSDKToJSONConfiguration configuration)

Parameters

configuration SBSDKToJSONConfiguration

Returns

string