Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 977 Bytes

File metadata and controls

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

ColourImageUnit

The ColourImageUnit class represents a unit that contains a colour image.

Definition

Namespace: com.dynamsoft.core.intermediate_results

Assembly: DynamsoftCore.aar

class ColourImageUnit extends IntermediateResultUnit

Methods

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

getImageData

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

ImageData getImageData();

Return Value

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