Table of Contents

Class ContourDetectorResultHandlerWrapper

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

Constructors

ContourDetectorResultHandlerWrapper()

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

ContourDetectorResultHandlerWrapper(nint, JniHandleOwnership)

protected ContourDetectorResultHandlerWrapper(nint javaReference, JniHandleOwnership transfer)

Parameters

javaReference nint
transfer JniHandleOwnership

Methods

HandleResult(DetectedFrame, SdkLicenseError)

[Register("handleResult", "(Lio/scanbot/sdk/contourdetector/ContourDetectorFrameHandler$DetectedFrame;Lio/scanbot/sdk/SdkLicenseError;)Z", "GetHandleResult_Lio_scanbot_sdk_contourdetector_ContourDetectorFrameHandler_DetectedFrame_Lio_scanbot_sdk_SdkLicenseError_Handler")]
public abstract bool HandleResult(ContourDetectorFrameHandler.DetectedFrame result, SdkLicenseError error)

Parameters

result ContourDetectorFrameHandler.DetectedFrame
error SdkLicenseError

Returns

bool