CortanaActionableInsights Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Dérive des insights contextuels à partir d’images ou de texte qui permettent à l’utilisateur d’en savoir plus sur le contenu ou d’effectuer une action basée sur celui-ci.
public ref class CortanaActionableInsights sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 458752)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class CortanaActionableInsights final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 458752)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.Deprecated("CortanaActionableInsights is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
class CortanaActionableInsights final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 458752)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class CortanaActionableInsights
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 458752)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Deprecated("CortanaActionableInsights is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
public sealed class CortanaActionableInsights
Public NotInheritable Class CortanaActionableInsights
- Héritage
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10, version 1809 (introduit dans 10.0.17763.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v7.0)
|
Fonctionnalités de l’application |
cortanaSurface
|
Remarques
La classe CortanaActionableInsights nécessite l’ajout des éléments suivants au package.appxmanifest :
- Vers <le package>
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
IgnorableNamespaces="rescap"
- Sous <Fonctionnalités>
<rescap:capability name="cortanaSurface"/>
Propriétés
User |
Obtient l’utilisateur associé à l’objet CortanaActionableInsights actuel. |
Méthodes
GetDefault() |
Récupère un objet CortanaActionableInsights pour l’utilisateur actuel. |
GetForUser(User) |
Récupère un objet CortanaActionableInsights pour l’utilisateur spécifié. |
IsAvailableAsync() |
Récupère de manière asynchrone si des insights peuvent être générés sur le système actuel de l’utilisateur. |
ShowInsightsAsync(DataPackage) |
Récupère et affiche de manière asynchrone des insights en fonction du texte et du contenu d’image spécifiés. |
ShowInsightsAsync(DataPackage, CortanaActionableInsightsOptions) |
Récupère et affiche de manière asynchrone des insights en fonction du contenu et des options de texte et d’image spécifiés. |
ShowInsightsForImageAsync(IRandomAccessStreamReference) |
Récupère et affiche de manière asynchrone des insights en fonction du contenu d’image spécifié. |
ShowInsightsForImageAsync(IRandomAccessStreamReference, CortanaActionableInsightsOptions) |
Récupère et affiche de manière asynchrone des insights en fonction du contenu et des options d’image spécifiés. |
ShowInsightsForTextAsync(String) |
Récupère et affiche de manière asynchrone des insights en fonction du contenu texte spécifié. |
ShowInsightsForTextAsync(String, CortanaActionableInsightsOptions) |
Récupère et affiche de manière asynchrone des insights en fonction du contenu et des options de texte spécifiés. |