CortanaActionableInsights.ShowInsightsForImageAsync Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
ShowInsightsForImageAsync(IRandomAccessStreamReference) |
Recupera e visualizza informazioni dettagliate in modo asincrono in base al contenuto dell'immagine specificato. |
ShowInsightsForImageAsync(IRandomAccessStreamReference, CortanaActionableInsightsOptions) |
Recupera e visualizza informazioni dettagliate in modo asincrono in base al contenuto e alle opzioni dell'immagine specificati. |
ShowInsightsForImageAsync(IRandomAccessStreamReference)
Recupera e visualizza informazioni dettagliate in modo asincrono in base al contenuto dell'immagine specificato.
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
Parametri
- imageStream
- IRandomAccessStreamReference
Immagine che definisce l'ambito delle informazioni dettagliate restituite.
Restituisce
Restituisce un oggetto IAsyncAction utilizzato per controllare l'esecuzione asincrona. Se il sistema non supporta la visualizzazione delle informazioni dettagliate, il metodo non ha alcun effetto. Un'app può verificare la presenza di questo caso usando il metodo IsAvailableAsync .
- Attributi
Requisiti Windows
Funzionalità dell'app |
cortanaSurface
|
Commenti
Per la classe CortanaActionableInsights è necessario aggiungere quanto segue a Package.appxmanifest:
- A <pacchetto>
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
IgnorableNamespaces="rescap"
- In <Funzionalità>
<rescap:capability name="cortanaSurface"/>
Vedi anche
Si applica a
ShowInsightsForImageAsync(IRandomAccessStreamReference, CortanaActionableInsightsOptions)
Recupera e visualizza informazioni dettagliate in modo asincrono in base al contenuto e alle opzioni dell'immagine specificati.
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
Parametri
- imageStream
- IRandomAccessStreamReference
Immagine che definisce l'ambito delle informazioni dettagliate restituite.
- options
- CortanaActionableInsightsOptions
Opzioni che vincolano l'ambito delle informazioni dettagliate restituite.
Restituisce
Restituisce un oggetto IAsyncAction utilizzato per controllare l'esecuzione asincrona. Se il sistema non supporta la visualizzazione delle informazioni dettagliate, il metodo non ha alcun effetto. Un'app può verificare la presenza di questo caso usando il metodo IsAvailableAsync .
- Attributi
Requisiti Windows
Funzionalità dell'app |
cortanaSurface
|
Commenti
Per la classe CortanaActionableInsights è necessario aggiungere quanto segue a Package.appxmanifest:
- A <pacchetto>
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
IgnorableNamespaces="rescap"
- In <Funzionalità>
<rescap:capability name="cortanaSurface"/>