Constructors
constructor
- new ImageInputData(image, options?): ImageInputData
Parameters
- image: string
Optionaloptions: {
light?: Lights;
pageIndex?: number;
}Optionallight?: Lights
OptionalpageIndex?: number
Properties
Readonlyimage
image: string
light
pageIndex
pageIndex: number
An image. Base64 string.