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