Table of Contents

Class JsonImageFilterType

Namespace
IO.Scanbot.Sdk.UI.Configuration.Json
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui/configuration/json/JsonImageFilterType", DoNotGenerateAcw = true)]
public sealed class JsonImageFilterType : Enum, ISerializable, IComparable, IJavaObject, IJavaPeerable, IDisposable
Inheritance
JsonImageFilterType
Implements
Inherited Members

Properties

BackgroundClean

[Register("BACKGROUND_CLEAN")]
public static JsonImageFilterType BackgroundClean { get; }

Property Value

JsonImageFilterType

Binarized

[Register("BINARIZED")]
public static JsonImageFilterType Binarized { get; }

Property Value

JsonImageFilterType

BlackAndWhite

[Register("BLACK_AND_WHITE")]
public static JsonImageFilterType BlackAndWhite { get; }

Property Value

JsonImageFilterType

Color

[Register("COLOR")]
public static JsonImageFilterType Color { get; }

Property Value

JsonImageFilterType

ColorDocument

[Register("COLOR_DOCUMENT")]
public static JsonImageFilterType ColorDocument { get; }

Property Value

JsonImageFilterType

DeepBinarization

[Register("DEEP_BINARIZATION")]
public static JsonImageFilterType DeepBinarization { get; }

Property Value

JsonImageFilterType

EdgeHighlight

[Register("EDGE_HIGHLIGHT")]
public static JsonImageFilterType EdgeHighlight { get; }

Property Value

JsonImageFilterType

Grayscale

[Register("GRAYSCALE")]
public static JsonImageFilterType Grayscale { get; }

Property Value

JsonImageFilterType

LowLightBinarization

[Register("LOW_LIGHT_BINARIZATION")]
public static JsonImageFilterType LowLightBinarization { get; }

Property Value

JsonImageFilterType

LowLightBinarization2

[Register("LOW_LIGHT_BINARIZATION_2")]
public static JsonImageFilterType LowLightBinarization2 { get; }

Property Value

JsonImageFilterType

None

[Register("NONE")]
public static JsonImageFilterType None { get; }

Property Value

JsonImageFilterType

OtsuBinarization

[Register("OTSU_BINARIZATION")]
public static JsonImageFilterType OtsuBinarization { get; }

Property Value

JsonImageFilterType

PureBinarized

[Register("PURE_BINARIZED")]
public static JsonImageFilterType PureBinarized { get; }

Property Value

JsonImageFilterType

PureGray

[Register("PURE_GRAY")]
public static JsonImageFilterType PureGray { get; }

Property Value

JsonImageFilterType

SensitiveBinarization

[Register("SENSITIVE_BINARIZATION")]
public static JsonImageFilterType SensitiveBinarization { get; }

Property Value

JsonImageFilterType

Methods

ValueOf(string)

[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/sdk/ui/configuration/json/JsonImageFilterType;", "")]
public static JsonImageFilterType ValueOf(string value)

Parameters

value string

Returns

JsonImageFilterType

Values()

[Register("values", "()[Lio/scanbot/sdk/ui/configuration/json/JsonImageFilterType;", "")]
public static JsonImageFilterType[] Values()

Returns

JsonImageFilterType[]