Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 890 Bytes

cortanaactionableinsights.md

File metadata and controls

35 lines (23 loc) · 890 Bytes
-api-id -api-type ms.custom
T:Windows.Services.Cortana.CortanaActionableInsights
winrt class
RS5

Windows.Services.Cortana.CortanaActionableInsights

-description

Derives contextual insights from images or text that let the user learn more about the content, or perform an action based on it.

-capabilities

cortanaSurface

-remarks

The CortanaActionableInsights class requires the following be added to the Package.appxmanifest:

  • To <Package>
    • xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
    • IgnorableNamespaces="rescap"
  • Under <Capabilities>
    • <rescap:capability name="cortanaSurface"/>

-see-also

CortanaActionableInsightsOptions

-examples