TextPredictionGenerator.GetNextWordCandidatesAsync 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.
Récupère de manière asynchrone une collection de chaînes contenant des candidats de prédiction de mot suivant.
public:
virtual IAsyncOperation<IVectorView<Platform::String ^> ^> ^ GetNextWordCandidatesAsync(unsigned int maxCandidates, IIterable<Platform::String ^> ^ previousStrings) = GetNextWordCandidatesAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<winrt::hstring>> GetNextWordCandidatesAsync(uint32_t const& maxCandidates, IIterable<winrt::hstring> const& previousStrings);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<string>> GetNextWordCandidatesAsync(uint maxCandidates, IEnumerable<string> previousStrings);
function getNextWordCandidatesAsync(maxCandidates, previousStrings)
Public Function GetNextWordCandidatesAsync (maxCandidates As UInteger, previousStrings As IEnumerable(Of String)) As IAsyncOperation(Of IReadOnlyList(Of String))
Paramètres
- maxCandidates
-
UInt32
unsigned int
uint32_t
Nombre maximal de candidats à retourner.
Collection de mots précédemment entrés (pour faciliter la prédiction de texte).
Retours
Objet d’opération asynchrone qui, une fois terminée, contient un IVectorView de chaînes, qui sont les candidats de prédiction de mot suivant.
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10, version 1809 (introduit dans 10.0.17763.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v7.0)
|