Freigeben über


ActivationSignalDetectionConfiguration.GetModelDataTypeAsync Methode

Definition

Ruft asynchron den Datentyp der Modellkonfiguration ab (spezifisch für eine Signalerkennung).

public:
 virtual IAsyncOperation<Platform::String ^> ^ GetModelDataTypeAsync() = GetModelDataTypeAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<winrt::hstring> GetModelDataTypeAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<string> GetModelDataTypeAsync();
function getModelDataTypeAsync()
Public Function GetModelDataTypeAsync () As IAsyncOperation(Of String)

Gibt zurück

IAsyncOperation<String>

IAsyncOperation<Platform::String>

IAsyncOperation<winrt::hstring>

Der Konfigurationsdatentyp oder NULL, wenn keine Daten vorhanden sind.

Attribute

Gilt für:

Weitere Informationen