TextSummarizer.SummarizeParagraphAsync(String) Method
Definition
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 a paragraph of text input.
public:
virtual IAsyncOperationWithProgress<LanguageModelResponseResult ^, Platform::String ^> ^ SummarizeParagraphAsync(Platform::String ^ text) = SummarizeParagraphAsync;
IAsyncOperationWithProgress<LanguageModelResponseResult, winrt::hstring const&> SummarizeParagraphAsync(winrt::hstring const& text);
public IAsyncOperationWithProgress<LanguageModelResponseResult,string> SummarizeParagraphAsync(string text);
function summarizeParagraphAsync(text)
Public Function SummarizeParagraphAsync (text As String) As IAsyncOperationWithProgress(Of LanguageModelResponseResult, String)
Parameters
- text
-
String
Platform::String
winrt::hstring
The paragraph of text to summarize.
Returns
IAsyncOperationWithProgress<LanguageModelResponseResult,String>
IAsyncOperationWithProgress<LanguageModelResponseResult,Platform::String>
IAsyncOperationWithProgress<LanguageModelResponseResult,winrt::hstring>
The summarized text.