ActivationSignalDetectionConfiguration.GetModelDataTypeAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Asynchronously gets the model configuration data type (specific to a signal detector).
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)
Returns
The configuration data type, or null if no data exists.
- Attributes