Machine Learning access via API

Are there plans for Photoshop’s machine learning features to be accessible via the API? Such as facial recognition, ‘select subject’, etc.

Currently I use machine learning by using a .jsx to run a .command file which runs a Python file which creates a .jsx file which I then eval for the returned variables. Not ideal but it works. Would love to have access to what Photoshop uses instead.

If you mean Face Detection, we do it using our own algorithm in a C/C++ Plug In. So for the panel it is the same experience as Photoshop’s built in tool.