Windows AI Api for unpackaged apps #6069
-
|
Hi team and everyone, I created a unpackaged WPF app and call Phi-Silica api in it, trying to see if it's feasible. I followed the documents and use My question is -- Does Windows AI Api suppport unpackaged apps or not? If it does support, how to bypass the package identity verification. If not, is there any solution if I just want to build a background service with phi-silica ability and provide interfaces to other host process? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
In MSDN at : https://learn.microsoft.com/en-us/samples/microsoft/windowsappsdk-samples/windowsaisamples/ , |
Beta Was this translation helpful? Give feedback.
-
|
So the relationship between them should be: Windows AI API is just part of the Windows App SDK. To use Windows AI API, package identity is necessary. (Correct me please if I was wrong) |
Beta Was this translation helpful? Give feedback.
You are correct, the Phi Silica APIs are part of a Limited Access Feature (see LimitedAccessFeatures class). Your app must meet the identity requirement to use these APIs.