Share via


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。

適用対象

こちらもご覧ください