Table of contents

TextRemovedBinaryImageUnit

The TextRemovedBinaryImageUnit class represents an intermediate result unit that contains a text-removed binary image.

Definition

Namespace: Dynamsoft.Core.intermediate_results

class TextRemovedBinaryImageUnit : IntermediateResultUnit 

Methods

Method Description
GetImageData Gets the text-removed binary image.
SetImageData Sets the text-removed binary image.

Inherited Methods

Checkout inherited methods from IntermediateResultUnit for more details.

GetImageData

Gets the text-removed binary image.

ImageData GetImageData()

Return value

Returns the ImageData object that contains the text-removed binary image.

See Also

ImageData

SetImageData

Sets the text-removed binary image.

int SetImageData(ImageData imgData)

Parameters

imgData The image data to set.

Return value

Returns 0 if succeeds, nonzero otherwise.

See Also

ImageData

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: