CortanaActionableInsights.ShowInsightsForImageAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
ShowInsightsForImageAsync(IRandomAccessStreamReference) |
Ruft Erkenntnisse basierend auf dem angegebenen Bildinhalt asynchron ab und zeigt sie an. |
ShowInsightsForImageAsync(IRandomAccessStreamReference, CortanaActionableInsightsOptions) |
Ruft Erkenntnisse basierend auf dem angegebenen Bildinhalt und den angegebenen Optionen asynchron ab und zeigt sie an. |
ShowInsightsForImageAsync(IRandomAccessStreamReference)
Ruft Erkenntnisse basierend auf dem angegebenen Bildinhalt asynchron ab und zeigt sie an.
public:
virtual IAsyncAction ^ ShowInsightsForImageAsync(IRandomAccessStreamReference ^ imageStream) = ShowInsightsForImageAsync;
/// [Windows.Foundation.Metadata.Overload("ShowInsightsForImageAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ShowInsightsForImageAsync(IRandomAccessStreamReference const& imageStream);
/// [Windows.Foundation.Metadata.Overload("ShowInsightsForImageAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
/// [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")]
IAsyncAction ShowInsightsForImageAsync(IRandomAccessStreamReference const& imageStream);
[Windows.Foundation.Metadata.Overload("ShowInsightsForImageAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ShowInsightsForImageAsync(IRandomAccessStreamReference imageStream);
[Windows.Foundation.Metadata.Overload("ShowInsightsForImageAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
[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 IAsyncAction ShowInsightsForImageAsync(IRandomAccessStreamReference imageStream);
function showInsightsForImageAsync(imageStream)
Public Function ShowInsightsForImageAsync (imageStream As IRandomAccessStreamReference) As IAsyncAction
Parameter
- imageStream
- IRandomAccessStreamReference
Das Bild, das den Bereich der zurückgegebenen Erkenntnisse definiert.
Gibt zurück
Gibt ein IAsyncAction-Objekt zurück, das zum Steuern der asynchronen Ausführung verwendet wird. Wenn das System das Anzeigen von Erkenntnissen nicht unterstützt, hat die Methode keine Auswirkungen. Eine App kann diesen Fall mithilfe der IsAvailableAsync-Methode überprüfen.
- Attribute
Windows-Anforderungen
App-Funktionen |
cortanaSurface
|
Hinweise
Für die CortanaActionableInsights-Klasse muss Package.appxmanifest Folgendes hinzugefügt werden:
- Zum <Packen>
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
IgnorableNamespaces="rescap"
- Unter <Funktionen>
<rescap:capability name="cortanaSurface"/>
Weitere Informationen
Gilt für:
ShowInsightsForImageAsync(IRandomAccessStreamReference, CortanaActionableInsightsOptions)
Ruft Erkenntnisse basierend auf dem angegebenen Bildinhalt und den angegebenen Optionen asynchron ab und zeigt sie an.
public:
virtual IAsyncAction ^ ShowInsightsForImageAsync(IRandomAccessStreamReference ^ imageStream, CortanaActionableInsightsOptions ^ options) = ShowInsightsForImageAsync;
/// [Windows.Foundation.Metadata.Overload("ShowInsightsForImageWithOptionsAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ShowInsightsForImageAsync(IRandomAccessStreamReference const& imageStream, CortanaActionableInsightsOptions const& options);
/// [Windows.Foundation.Metadata.Overload("ShowInsightsForImageWithOptionsAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
/// [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")]
IAsyncAction ShowInsightsForImageAsync(IRandomAccessStreamReference const& imageStream, CortanaActionableInsightsOptions const& options);
[Windows.Foundation.Metadata.Overload("ShowInsightsForImageWithOptionsAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ShowInsightsForImageAsync(IRandomAccessStreamReference imageStream, CortanaActionableInsightsOptions options);
[Windows.Foundation.Metadata.Overload("ShowInsightsForImageWithOptionsAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
[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 IAsyncAction ShowInsightsForImageAsync(IRandomAccessStreamReference imageStream, CortanaActionableInsightsOptions options);
function showInsightsForImageAsync(imageStream, options)
Public Function ShowInsightsForImageAsync (imageStream As IRandomAccessStreamReference, options As CortanaActionableInsightsOptions) As IAsyncAction
Parameter
- imageStream
- IRandomAccessStreamReference
Das Bild, das den Bereich der zurückgegebenen Erkenntnisse definiert.
- options
- CortanaActionableInsightsOptions
Die Optionen, die den Umfang der zurückgegebenen Erkenntnisse einschränken.
Gibt zurück
Gibt ein IAsyncAction-Objekt zurück, das zum Steuern der asynchronen Ausführung verwendet wird. Wenn das System das Anzeigen von Erkenntnissen nicht unterstützt, hat die Methode keine Auswirkungen. Eine App kann diesen Fall mithilfe der IsAvailableAsync-Methode überprüfen.
- Attribute
Windows-Anforderungen
App-Funktionen |
cortanaSurface
|
Hinweise
Für die CortanaActionableInsights-Klasse muss Package.appxmanifest Folgendes hinzugefügt werden:
- Zum <Packen>
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
IgnorableNamespaces="rescap"
- Unter <Funktionen>
<rescap:capability name="cortanaSurface"/>