ActivationSignalDetectionConfiguration.GetModelDataType 方法

定义

获取特定于信号检测器 () 的模型配置数据类型。

重要

为了避免可能的并发问题,建议改用 GetModelDataTypeAsync

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

返回

String

Platform::String

winrt::hstring

配置数据类型;如果不存在数据,则为 null。

适用于

另请参阅