Share via


ActivationSignalDetectionConfiguration.GetModelDataType Method

Definition

Gets the model configuration data type (specific to a signal detector).

Important

To avoid possible concurrency issues, we recommend using GetModelDataTypeAsync instead.

public:
 virtual Platform::String ^ GetModelDataType() = GetModelDataType;
winrt::hstring GetModelDataType();
public string GetModelDataType();
function getModelDataType()
Public Function GetModelDataType () As String

Returns

String

Platform::String

winrt::hstring

The configuration data type, or null if no data exists.

Applies to

See also