次の方法で共有


CortanaActionableInsights.ShowInsightsForTextAsync メソッド

定義

オーバーロード

ShowInsightsForTextAsync(String)

指定したテキスト コンテンツに基づいて分析情報を非同期的に取得して表示します。

ShowInsightsForTextAsync(String, CortanaActionableInsightsOptions)

指定されたテキストの内容とオプションに基づいて、分析情報を非同期的に取得して表示します。

ShowInsightsForTextAsync(String)

指定したテキスト コンテンツに基づいて分析情報を非同期的に取得して表示します。

public:
 virtual IAsyncAction ^ ShowInsightsForTextAsync(Platform::String ^ text) = ShowInsightsForTextAsync;
/// [Windows.Foundation.Metadata.Overload("ShowInsightsForTextAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ShowInsightsForTextAsync(winrt::hstring const& text);
/// [Windows.Foundation.Metadata.Overload("ShowInsightsForTextAsync")]
/// [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 ShowInsightsForTextAsync(winrt::hstring const& text);
[Windows.Foundation.Metadata.Overload("ShowInsightsForTextAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ShowInsightsForTextAsync(string text);
[Windows.Foundation.Metadata.Overload("ShowInsightsForTextAsync")]
[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 ShowInsightsForTextAsync(string text);
function showInsightsForTextAsync(text)
Public Function ShowInsightsForTextAsync (text As String) As IAsyncAction

パラメーター

text
String

Platform::String

winrt::hstring

返される分析情報のスコープを定義するテキスト。

戻り値

非同期実行を制御するために使用される IAsyncAction オブジェクトを返します。 システムが分析情報の表示をサポートしていない場合、 メソッドは無効です。 この場合、アプリは IsAvailableAsync メソッドを使用してチェックできます。

属性

Windows の要件

アプリの機能
cortanaSurface

注釈

CortanaActionableInsights クラスを Package.appxmanifest に追加するには、次のものが必要です。

  • パッケージ化<>
    • xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
    • IgnorableNamespaces="rescap"
  • [機能]<>
    • <rescap:capability name="cortanaSurface"/>

こちらもご覧ください

適用対象

ShowInsightsForTextAsync(String, CortanaActionableInsightsOptions)

指定されたテキストの内容とオプションに基づいて、分析情報を非同期的に取得して表示します。

public:
 virtual IAsyncAction ^ ShowInsightsForTextAsync(Platform::String ^ text, CortanaActionableInsightsOptions ^ options) = ShowInsightsForTextAsync;
/// [Windows.Foundation.Metadata.Overload("ShowInsightsForTextWithOptionsAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ShowInsightsForTextAsync(winrt::hstring const& text, CortanaActionableInsightsOptions const& options);
/// [Windows.Foundation.Metadata.Overload("ShowInsightsForTextWithOptionsAsync")]
/// [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 ShowInsightsForTextAsync(winrt::hstring const& text, CortanaActionableInsightsOptions const& options);
[Windows.Foundation.Metadata.Overload("ShowInsightsForTextWithOptionsAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ShowInsightsForTextAsync(string text, CortanaActionableInsightsOptions options);
[Windows.Foundation.Metadata.Overload("ShowInsightsForTextWithOptionsAsync")]
[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 ShowInsightsForTextAsync(string text, CortanaActionableInsightsOptions options);
function showInsightsForTextAsync(text, options)
Public Function ShowInsightsForTextAsync (text As String, options As CortanaActionableInsightsOptions) As IAsyncAction

パラメーター

text
String

Platform::String

winrt::hstring

返される分析情報のスコープを定義するテキスト。

options
CortanaActionableInsightsOptions

返される分析情報のスコープを制限するオプション。

戻り値

非同期実行を制御するために使用される IAsyncAction オブジェクトを返します。 システムが分析情報の表示をサポートしていない場合、 メソッドは無効です。 この場合、アプリは IsAvailableAsync メソッドを使用してチェックできます。

属性

Windows の要件

アプリの機能
cortanaSurface

注釈

CortanaActionableInsights クラスを Package.appxmanifest に追加するには、次のものが必要です。

  • パッケージ化<>
    • xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
    • IgnorableNamespaces="rescap"
  • [機能]<>
    • <rescap:capability name="cortanaSurface"/>

こちらもご覧ください

適用対象