Table of Contents

Class SBSDKCharacterLevelAnnotations

Namespace
ScanbotSDK.iOS
Assembly
DocumentSDK.NET.iOS.dll
public class SBSDKCharacterLevelAnnotations : NSObject, INSCopying, INativeObject, IDisposable
Inheritance
SBSDKCharacterLevelAnnotations
Implements
INSCopying
INativeObject
Extension Methods

Constructors

SBSDKCharacterLevelAnnotations(NSObjectFlag)

protected SBSDKCharacterLevelAnnotations(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKCharacterLevelAnnotations(NativeHandle)

protected SBSDKCharacterLevelAnnotations(NativeHandle handle)

Parameters

handle NativeHandle

SBSDKCharacterLevelAnnotations(SBSDKCharacterLevelAnnotation[], string)

public SBSDKCharacterLevelAnnotations(SBSDKCharacterLevelAnnotation[] annotations, string apiVersion)

Parameters

annotations SBSDKCharacterLevelAnnotation[]
apiVersion string

Properties

Annotations

public virtual SBSDKCharacterLevelAnnotation[] Annotations { get; }

Property Value

SBSDKCharacterLevelAnnotation[]

ApiVersion

public virtual string ApiVersion { get; }

Property Value

string

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

Hash

public virtual nuint Hash { get; }

Property Value

nuint

Methods

Copy(NSZone?)

public virtual NSObject Copy(NSZone? zone)

Parameters

zone NSZone

Returns

NSObject

FromJsonWithJson(string)

public static SBSDKCharacterLevelAnnotations? FromJsonWithJson(string json)

Parameters

json string

Returns

SBSDKCharacterLevelAnnotations

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