ActivationSignalDetectionConfiguration.SetModelData 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.
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.