ActivationSignalDetectionConfiguration.GetModelDataType 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.
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
The configuration data type, or null if no data exists.