Class SBSDKBlock
- Namespace
- ScanbotSDK.iOS
- Assembly
- DocumentSDK.NET.iOS.dll
public class SBSDKBlock : SBSDKOCRElement, INSCopying, INativeObject, IDisposable
- Inheritance
-
SBSDKBlock
- Implements
-
INSCopying
INativeObject
- Inherited Members
-
- Extension Methods
-
Constructors
SBSDKBlock()
SBSDKBlock(NSObjectFlag)
protected SBSDKBlock(NSObjectFlag t)
Parameters
t NSObjectFlag
SBSDKBlock(NativeHandle)
protected SBSDKBlock(NativeHandle handle)
Parameters
handle NativeHandle
SBSDKBlock(string, double, NSValue[], SBSDKLine[])
public SBSDKBlock(string text, double confidence, NSValue[] roi, SBSDKLine[] lines)
Parameters
text string
confidence double
roi NSValue[]
lines SBSDKLine[]
Properties
ClassHandle
public override NativeHandle ClassHandle { get; }
Property Value
- NativeHandle
Hash
public virtual nuint Hash { get; }
Property Value
- nuint
Lines
public virtual SBSDKLine[] Lines { get; }
Property Value
- SBSDKLine[]
_type
public virtual string _type { get; }
Property Value
- string
Methods
FromJsonWithJson(string)
public static SBSDKBlock? FromJsonWithJson(string json)
Parameters
json string
Returns
- SBSDKBlock
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