TextSummarizer.SummarizeAsync(String) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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)
Parâmetros
- text
-
String
Platform::String
winrt::hstring
Retornos
IAsyncOperationWithProgress<LanguageModelResponseResult,String>
IAsyncOperationWithProgress<LanguageModelResponseResult,Platform::String>
IAsyncOperationWithProgress<LanguageModelResponseResult,winrt::hstring>