- Namespace
- ScanbotSDK.iOS
- Assembly
- DocumentSDK.NET.iOS.dll
public class SBSDKDocumentDataExtractorConfiguration : NSObject, INSCopying, INativeObject, IDisposable
- Inheritance
-
SBSDKDocumentDataExtractorConfiguration
- Implements
-
INSCopying
INativeObject
Constructors
public SBSDKDocumentDataExtractorConfiguration()
protected SBSDKDocumentDataExtractorConfiguration(NSObjectFlag t)
Parameters
t
NSObjectFlag
SBSDKDocumentDataExtractorConfiguration(NativeHandle)
protected SBSDKDocumentDataExtractorConfiguration(NativeHandle handle)
Parameters
handle
NativeHandle
public SBSDKDocumentDataExtractorConfiguration(SBSDKResultAccumulationConfiguration resultAccumulationConfig, string[] fieldExcludeList, SBSDKDocumentDataExtractorConfigurationElement[] configurations, bool returnCrops, SBSDKDocumentTrustMode documentTrustMode)
Parameters
resultAccumulationConfig
SBSDKResultAccumulationConfiguration
fieldExcludeList
string[]
configurations
SBSDKDocumentDataExtractorConfigurationElement[]
returnCrops
bool
documentTrustMode
SBSDKDocumentTrustMode
Properties
ClassHandle
public override NativeHandle ClassHandle { get; }
Property Value
- NativeHandle
public virtual SBSDKDocumentDataExtractorConfigurationElement[] Configurations { get; set; }
Property Value
- SBSDKDocumentDataExtractorConfigurationElement[]
public virtual SBSDKDocumentTrustMode DocumentTrustMode { get; set; }
Property Value
- SBSDKDocumentTrustMode
public virtual string[] FieldExcludeList { get; set; }
Property Value
- string[]
public virtual nuint Hash { get; }
Property Value
- nuint
public virtual string[] ParseDocumentTypes { get; }
Property Value
- string[]
public virtual SBSDKResultAccumulationConfiguration ResultAccumulationConfig { get; set; }
Property Value
- SBSDKResultAccumulationConfiguration
public virtual bool ReturnCrops { get; set; }
Property Value
- bool
Methods
public virtual NSObject Copy(NSZone? zone)
Parameters
zone
NSZone
Returns
- NSObject
public static SBSDKDocumentDataExtractorConfiguration? FromJsonWithJson(string json)
Parameters
json
string
Returns
- SBSDKDocumentDataExtractorConfiguration
public virtual bool IsEqual(NSObject? @object)
Parameters
object
NSObject
Returns
- bool
public virtual string ToJsonWithConfiguration(SBSDKToJSONConfiguration configuration)
Parameters
configuration
SBSDKToJSONConfiguration
Returns
- string