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