Table of Contents

Class DocumentAutoSnappingController.Companion

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

Constructors

Companion(DefaultConstructorMarker)

[Register(".ctor", "(Lkotlin/jvm/internal/DefaultConstructorMarker;)V", "")]
public Companion(DefaultConstructorMarker _constructor_marker)

Parameters

_constructor_marker DefaultConstructorMarker

Methods

Attach(IScanbotCameraView, ContourDetectorFrameHandler)

[Register("attach", "(Lio/scanbot/sdk/ui/camera/IScanbotCameraView;Lio/scanbot/sdk/contourdetector/ContourDetectorFrameHandler;)Lio/scanbot/sdk/contourdetector/DocumentAutoSnappingController;", "")]
public DocumentAutoSnappingController Attach(IScanbotCameraView cameraView, ContourDetectorFrameHandler frameHandler)

Parameters

cameraView IScanbotCameraView
frameHandler ContourDetectorFrameHandler

Returns

DocumentAutoSnappingController

Attach(IScanbotCameraView, ContourDetector)

[Register("attach", "(Lio/scanbot/sdk/ui/camera/IScanbotCameraView;Lio/scanbot/sdk/core/contourdetector/ContourDetector;)Lio/scanbot/sdk/contourdetector/DocumentAutoSnappingController;", "")]
public DocumentAutoSnappingController Attach(IScanbotCameraView cameraView, ContourDetector contourDetector)

Parameters

cameraView IScanbotCameraView
contourDetector ContourDetector

Returns

DocumentAutoSnappingController