Notice: This documentation is archived. For the latest product features and documentation, please visit Dynamsoft Capture Vision Documentation.
ImageSource
Interface that defines an Image Source.
Members
getImage()
Returns an image from the Image Source.
/**
* @param index Specifies the index of the image. If undefined, the Image Source will determine which image to return.
*/
getImage(index?: number): Promise<DSImage> | DSImage;