Table of Contents

Class SBSDKLine

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

Constructors

SBSDKLine()

public SBSDKLine()

SBSDKLine(NSObjectFlag)

protected SBSDKLine(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKLine(NativeHandle)

protected SBSDKLine(NativeHandle handle)

Parameters

handle NativeHandle

SBSDKLine(string, double, NSValue[], SBSDKWord[])

public SBSDKLine(string text, double confidence, NSValue[] roi, SBSDKWord[] words)

Parameters

text string
confidence double
roi NSValue[]
words SBSDKWord[]

Properties

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

Hash

public virtual nuint Hash { get; }

Property Value

nuint

Words

public virtual SBSDKWord[] Words { get; }

Property Value

SBSDKWord[]

_type

public virtual string _type { get; }

Property Value

string

Methods

FromJsonWithJson(string)

public static SBSDKLine? FromJsonWithJson(string json)

Parameters

json string

Returns

SBSDKLine

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