Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
TextSummarizer.SummarizeAsync(String) Method
Definition
- Namespace:
- Microsoft.Windows.AI.Text
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Asynchronously summarizes the text input.
public:
virtual IAsyncOperationWithProgress<LanguageModelResponseResult ^, Platform::String ^> ^ SummarizeAsync(Platform::String ^ text) = SummarizeAsync;
IAsyncOperationWithProgress<LanguageModelResponseResult, winrt::hstring const&> SummarizeAsync(winrt::hstring const& text);
public IAsyncOperationWithProgress<LanguageModelResponseResult,string> SummarizeAsync(string text);
function summarizeAsync(text)
Public Function SummarizeAsync (text As String) As IAsyncOperationWithProgress(Of LanguageModelResponseResult, String)
Parameters
- text
-
String
Platform::String
winrt::hstring
The text to summarize.
Returns
IAsyncOperationWithProgress<LanguageModelResponseResult,String>
IAsyncOperationWithProgress<LanguageModelResponseResult,Platform::String>
IAsyncOperationWithProgress<LanguageModelResponseResult,winrt::hstring>
The summarized text.
Applies to
Feedback
Was this page helpful?
