Table of Contents

Class SBSDKGlyph

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

Constructors

SBSDKGlyph()

public SBSDKGlyph()

SBSDKGlyph(NSObjectFlag)

protected SBSDKGlyph(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKGlyph(NativeHandle)

protected SBSDKGlyph(NativeHandle handle)

Parameters

handle NativeHandle

SBSDKGlyph(string, double, NSValue[])

public SBSDKGlyph(string text, double confidence, NSValue[] roi)

Parameters

text string
confidence double
roi NSValue[]

Properties

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 SBSDKGlyph? FromJsonWithJson(string json)

Parameters

json string

Returns

SBSDKGlyph

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