- Namespace
- ScanbotSDK.iOS
- Assembly
- DocumentSDK.NET.iOS.dll
public class SBSDKDocumentDataExtractorCommonConfiguration : SBSDKDocumentDataExtractorConfigurationElement, INSCopying, INativeObject, IDisposable
- Inheritance
-
SBSDKDocumentDataExtractorCommonConfiguration
- Implements
-
INSCopying
INativeObject
- Inherited Members
-
Constructors
public SBSDKDocumentDataExtractorCommonConfiguration()
protected SBSDKDocumentDataExtractorCommonConfiguration(NSObjectFlag t)
Parameters
t
NSObjectFlag
SBSDKDocumentDataExtractorCommonConfiguration(NativeHandle)
protected SBSDKDocumentDataExtractorCommonConfiguration(NativeHandle handle)
Parameters
handle
NativeHandle
public SBSDKDocumentDataExtractorCommonConfiguration(string[] acceptedDocumentTypes)
Parameters
acceptedDocumentTypes
string[]
Properties
public virtual string[] AcceptedDocumentTypes { get; set; }
Property Value
- string[]
ClassHandle
public override NativeHandle ClassHandle { get; }
Property Value
- NativeHandle
public virtual nuint Hash { get; }
Property Value
- nuint
public virtual string _type { get; }
Property Value
- string
Methods
public static SBSDKDocumentDataExtractorCommonConfiguration? FromJsonWithJson(string json)
Parameters
json
string
Returns
- SBSDKDocumentDataExtractorCommonConfiguration
public virtual bool IsEqual(NSObject? @object)
Parameters
object
NSObject
Returns
- bool
public virtual string ToJsonWithConfiguration(SBSDKToJSONConfiguration configuration)
Parameters
configuration
SBSDKToJSONConfiguration
Returns
- string