CortanaActionableInsights.ShowInsightsForImageAsync Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
ShowInsightsForImageAsync(IRandomAccessStreamReference) |
Recupera y muestra de forma asincrónica información basada en el contenido de la imagen especificado. |
ShowInsightsForImageAsync(IRandomAccessStreamReference, CortanaActionableInsightsOptions) |
Recupera y muestra de forma asincrónica información basada en el contenido y las opciones de imagen especificados. |
ShowInsightsForImageAsync(IRandomAccessStreamReference)
Recupera y muestra de forma asincrónica información basada en el contenido de la imagen especificado.
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
Parámetros
- imageStream
- IRandomAccessStreamReference
Imagen que define el ámbito de la información devuelta.
Devoluciones
Devuelve un objeto IAsyncAction que se usa para controlar la ejecución asincrónica. Si el sistema no admite mostrar información, el método no tiene ningún efecto. Una aplicación puede comprobar este caso mediante el método IsAvailableAsync .
- Atributos
Requisitos de Windows
Características de aplicaciones |
cortanaSurface
|
Comentarios
La clase CortanaActionableInsights requiere que se agregue lo siguiente a Package.appxmanifest:
- Para empaquetar <>
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
IgnorableNamespaces="rescap"
- En <Funcionalidades>
<rescap:capability name="cortanaSurface"/>
Consulte también
Se aplica a
ShowInsightsForImageAsync(IRandomAccessStreamReference, CortanaActionableInsightsOptions)
Recupera y muestra de forma asincrónica información basada en el contenido y las opciones de imagen especificados.
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
Parámetros
- imageStream
- IRandomAccessStreamReference
Imagen que define el ámbito de la información devuelta.
- options
- CortanaActionableInsightsOptions
Opciones que restringen el ámbito de la información devuelta.
Devoluciones
Devuelve un objeto IAsyncAction que se usa para controlar la ejecución asincrónica. Si el sistema no admite mostrar información, el método no tiene ningún efecto. Una aplicación puede comprobar este caso mediante el método IsAvailableAsync .
- Atributos
Requisitos de Windows
Características de aplicaciones |
cortanaSurface
|
Comentarios
La clase CortanaActionableInsights requiere que se agregue lo siguiente a Package.appxmanifest:
- Para empaquetar <>
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
IgnorableNamespaces="rescap"
- En <Funcionalidades>
<rescap:capability name="cortanaSurface"/>