Table of Contents

Class DocumentScannerFrameHandler

Namespace
IO.Scanbot.Sdk.Document
Assembly
DocumentSDK.NET.Droid.dll
public sealed class DocumentScannerFrameHandler : FrameHandler
Inheritance
DocumentScannerFrameHandler
Inherited Members

Constructors

DocumentScannerFrameHandler(Context, IDocumentScanner)

public DocumentScannerFrameHandler(Context context, IDocumentScanner documentScanner)

Parameters

context Context
documentScanner IDocumentScanner

Methods

AddResultHandler(IResultHandler)

public void AddResultHandler(DocumentScannerFrameHandler.IResultHandler handler)

Parameters

handler DocumentScannerFrameHandler.IResultHandler

Attach(IScanbotCameraView, IDocumentScanner)

public static DocumentScannerFrameHandler Attach(IScanbotCameraView cameraView, IDocumentScanner detector)

Parameters

cameraView IScanbotCameraView
detector IDocumentScanner

Returns

DocumentScannerFrameHandler

ClearResultHandlers()

public void ClearResultHandlers()

HandleFrame(Frame)

public override bool HandleFrame(FrameHandler.Frame previewFrame)

Parameters

previewFrame FrameHandler.Frame

Returns

bool

NotifyHandlers(FrameHandlerResult)

public bool NotifyHandlers(FrameHandlerResult result)

Parameters

result FrameHandlerResult

Returns

bool

RemoveResultHandler(IResultHandler)

public void RemoveResultHandler(DocumentScannerFrameHandler.IResultHandler handler)

Parameters

handler DocumentScannerFrameHandler.IResultHandler