Table of Contents

Class ContourDetectorSettings.Builder

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

Constructors

Builder()

[Register(".ctor", "()V", "")]
public Builder()

Properties

Type

public ContourDetector.Type Type { get; }

Property Value

ContourDetector.Type

Methods

Build()

[Register("build", "()Lio/scanbot/sdk/core/contourdetector/ContourDetectorSettings;", "")]
public ContourDetectorSettings Build()

Returns

ContourDetectorSettings

UseType(Type)

[Register("useType", "(Lio/scanbot/sdk/core/contourdetector/ContourDetector$Type;)Lio/scanbot/sdk/core/contourdetector/ContourDetectorSettings$Builder;", "")]
public ContourDetectorSettings.Builder UseType(ContourDetector.Type type)

Parameters

type ContourDetector.Type

Returns

ContourDetectorSettings.Builder