Table of Contents

Class ContourDetector.Type

Namespace
IO.Scanbot.Sdk.Core.Contourdetector
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/core/contourdetector/ContourDetector$Type", DoNotGenerateAcw = true)]
public sealed class ContourDetector.Type : Enum, ISerializable, IComparable, IJavaObject, IJavaPeerable, IDisposable
Inheritance
ContourDetector.Type
Implements
Inherited Members

Properties

EdgeBased

[Register("EDGE_BASED")]
public static ContourDetector.Type EdgeBased { get; }

Property Value

ContourDetector.Type

MlBased

[Register("ML_BASED")]
public static ContourDetector.Type MlBased { get; }

Property Value

ContourDetector.Type

Methods

ValueOf(string)

[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/sdk/core/contourdetector/ContourDetector$Type;", "")]
public static ContourDetector.Type ValueOf(string value)

Parameters

value string

Returns

ContourDetector.Type

Values()

[Register("values", "()[Lio/scanbot/sdk/core/contourdetector/ContourDetector$Type;", "")]
public static ContourDetector.Type[] Values()

Returns

Type[]