Table of contents

CapturedResultFilter

The CapturedResultFilter class is responsible for filtering captured results. It contains several callback functions for different types of results, including original image, decoded barcodes, recognized text lines, detected quads, normalized images, and parsed results.

Note: Currently, user defined CapturedResultFilter is not supported.

Definition

Namespace: Dynamsoft.CVR

public class CapturedResultFilter : IDisposable 

Methods

Method Description
GetName Gets the name of the captured result filter.
SetName Sets the name of the captured result filter.

GetName

Gets the name of the captured result filter.

string GetName()

Return Value

Returns the name of the captured result filter.

SetName

Sets the name of the captured result filter.

void SetName(string name)

Parameters

[in] name The name of the captured result filter.

This page is compatible for: