Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 972 Bytes

File metadata and controls

41 lines (28 loc) · 972 Bytes
layout title description keywords needGenerateH3Content needAutoGenerateSidebar noTitleIndex
default-layout
BinaryImageUnit - Dynamsoft Core Module Android Edition API Reference
The class BinaryImageUnit of Dynamsoft Core Module represents a unit that contains a binary image.
binary image, Java, Kotlin
true
true
true

BinaryImageUnit

The BinaryImageUnit class represents a unit that contains a binary image.

Definition

Namespace: com.dynamsoft.core.intermediate_results

Assembly: DynamsoftCore.aar

class BinaryImageUnit extends IntermediateResultUnit

Methods

Methods Description
getImageData Gets the ImageData object as the image data of the binary image.

getImageData

Gets the ImageData object as the image data of the binary image.

ImageData getImageData();

Return Value

The ImageData object as the image data of the binary image.