Gets a dictionary that contains the extra results.
Object.defineProperty(ImageProcessingCompletedEventArgs.prototype, 'results',
get: function()
)
results: any; // read-only
A dictionary that contains the extra results (if any).
The results of an image processing depends on the type. Most image processing do not return any extra results besides manipulating the image data. However, some commands, such as color count, will return the value in this dictionary. Refer to ImageProcessing for more information.
For an example, refer to ImageProcessing.