TextSummarizer.SummarizeAsync(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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)
Paramètres
- text
-
String
Platform::String
winrt::hstring
Retours
IAsyncOperationWithProgress<LanguageModelResponseResult,String>
IAsyncOperationWithProgress<LanguageModelResponseResult,Platform::String>
IAsyncOperationWithProgress<LanguageModelResponseResult,winrt::hstring>