Table of Contents

Class ConfirmationMethod

Namespace
IO.Scanbot.Sdk.Frameaccumulation
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/frameaccumulation/ConfirmationMethod", DoNotGenerateAcw = true)]
public sealed class ConfirmationMethod : Enum, ISerializable, IComparable, IJavaObject, IJavaPeerable, IDisposable
Inheritance
ConfirmationMethod
Implements
Inherited Members

Properties

Entries

public static IEnumEntries Entries { get; }

Property Value

IEnumEntries

Exact

[Register("EXACT")]
public static ConfirmationMethod Exact { get; }

Property Value

ConfirmationMethod

Interpolate

[Register("INTERPOLATE")]
public static ConfirmationMethod Interpolate { get; }

Property Value

ConfirmationMethod

Methods

FromJson(string)

[Register("fromJson", "(Ljava/lang/String;)Lio/scanbot/sdk/frameaccumulation/ConfirmationMethod;", "")]
public static ConfirmationMethod FromJson(string json)

Parameters

json string

Returns

ConfirmationMethod

ToJson()

[Register("toJson", "()Ljava/lang/String;", "")]
public string ToJson()

Returns

string

ValueOf(string)

[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/sdk/frameaccumulation/ConfirmationMethod;", "")]
public static ConfirmationMethod ValueOf(string value)

Parameters

value string

Returns

ConfirmationMethod

Values()

[Register("values", "()[Lio/scanbot/sdk/frameaccumulation/ConfirmationMethod;", "")]
public static ConfirmationMethod[] Values()

Returns

ConfirmationMethod[]