Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

CoreML.ResultImage

Queries result image.

Component Version macOS Windows Linux Server iOS SDK
CoreML 7.4 ✅ Yes ❌ No ❌ No ✅ Yes, on macOS ✅ Yes
MBS( "CoreML.ResultImage"; CoreMLRef; Name { ; ImageType; FileName } )   More

Parameters

Parameter Description Example Flags
CoreMLRef The reference number to the model. $Model
Name The name of the parameter. "image"
ImageType The type of image to return.
Either JPEG, PNG, GIF or BMP. Default is JPEG.
"JPEG" Optional
FileName The filename to use for the picture.
Default is "image" with the extension matching the image type.
"test.jpg" Optional

Result

Returns container value or error.

Description

Queries result image.
If the CoreML.PredictionFromFeatures returns result and there is an image included, you can query it here.

See also

Blog Entries

This function checks for a license.

Created 16th September 2017, last changed 29th September 2020


CoreML.ReleaseAll - CoreML.SetUsesCPUOnly