Class CheckDocumentDetectionMode
- Namespace
- IO.Scanbot.Sdk.Check
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class CheckDocumentDetectionMode : Enum
- Inheritance
-
CheckDocumentDetectionMode
Properties
DetectAndCropDocument
public static CheckDocumentDetectionMode DetectAndCropDocument { get; }
Property Value
- CheckDocumentDetectionMode
DetectDocument
public static CheckDocumentDetectionMode DetectDocument { get; }
Property Value
- CheckDocumentDetectionMode
Disabled
public static CheckDocumentDetectionMode Disabled { get; }
Property Value
- CheckDocumentDetectionMode
Entries
public static IEnumEntries Entries { get; }
Property Value
- IEnumEntries
Methods
FromJson(string)
public static CheckDocumentDetectionMode FromJson(string json)
Parameters
json
string
Returns
- CheckDocumentDetectionMode
ToJson()
Returns
- string
ValueOf(string)
public static CheckDocumentDetectionMode ValueOf(string value)
Parameters
value
string
Returns
- CheckDocumentDetectionMode
Values()
public static CheckDocumentDetectionMode[] Values()
Returns
- CheckDocumentDetectionMode[]