Share via


ActivationSignalDetectionConfiguration.SetModelData Method

Definition

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

Important

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

public:
 virtual void SetModelData(Platform::String ^ dataType, IInputStream ^ data) = SetModelData;
void SetModelData(winrt::hstring const& dataType, IInputStream const& data);
public void SetModelData(string dataType, IInputStream data);
function setModelData(dataType, data)
Public Sub SetModelData (dataType As String, data As IInputStream)

Parameters

dataType
String

Platform::String

winrt::hstring

The type of configuration data that ensures compatibility with the detector.

data
IInputStream

The configuration data.

Applies to

See also