Share via


TextConversionGenerator.GetCandidatesAsync Methode

Definition

Überlädt

GetCandidatesAsync(String)

Ruft asynchron eine Liste von Kandidatenwörtern ab, die auf den bereitgestellten phonetischen Zeichen basieren.

GetCandidatesAsync(String, UInt32)

Ruft asynchron eine Liste von Kandidatenwörtern ab, bis zu einer maximalen Anzahl, basierend auf den bereitgestellten phonetischen Zeichen.

GetCandidatesAsync(String)

Ruft asynchron eine Liste von Kandidatenwörtern ab, die auf den bereitgestellten phonetischen Zeichen basieren.

public:
 virtual IAsyncOperation<IVectorView<Platform::String ^> ^> ^ GetCandidatesAsync(Platform::String ^ input) = GetCandidatesAsync;
/// [Windows.Foundation.Metadata.Overload("GetCandidatesAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<winrt::hstring>> GetCandidatesAsync(winrt::hstring const& input);
[Windows.Foundation.Metadata.Overload("GetCandidatesAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<string>> GetCandidatesAsync(string input);
function getCandidatesAsync(input)
Public Function GetCandidatesAsync (input As String) As IAsyncOperation(Of IReadOnlyList(Of String))

Parameter

input
String

Platform::String

winrt::hstring

Die phonetischen Zeichen der zurückzugebenden Wörter.

Gibt zurück

Ein asynchroner Vorgang zum Zurückgeben einer IVectorView der Liste der Kandidatenwörter.

Attribute

Weitere Informationen

Gilt für:

GetCandidatesAsync(String, UInt32)

Ruft asynchron eine Liste von Kandidatenwörtern ab, bis zu einer maximalen Anzahl, basierend auf den bereitgestellten phonetischen Zeichen.

public:
 virtual IAsyncOperation<IVectorView<Platform::String ^> ^> ^ GetCandidatesAsync(Platform::String ^ input, unsigned int maxCandidates) = GetCandidatesAsync;
/// [Windows.Foundation.Metadata.Overload("GetCandidatesWithMaxCountAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<winrt::hstring>> GetCandidatesAsync(winrt::hstring const& input, uint32_t const& maxCandidates);
[Windows.Foundation.Metadata.Overload("GetCandidatesWithMaxCountAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<string>> GetCandidatesAsync(string input, uint maxCandidates);
function getCandidatesAsync(input, maxCandidates)
Public Function GetCandidatesAsync (input As String, maxCandidates As UInteger) As IAsyncOperation(Of IReadOnlyList(Of String))

Parameter

input
String

Platform::String

winrt::hstring

Die phonetischen Zeichen der zurückzugebenden Wörter.

maxCandidates
UInt32

unsigned int

uint32_t

Die maximale Anzahl von Kandidatenwörtern, die zurückgegeben werden sollen.

Gibt zurück

Ein asynchroner Vorgang zum Zurückgeben einer IVectorView der Liste der Kandidatenwörter.

Attribute

Weitere Informationen

Gilt für: