ActivationSignalDetectionConfiguration.GetModelData 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 (specific to a signal detector).
Important
To avoid possible concurrency issues, we recommend using GetModelDataAsync instead.
public:
virtual IInputStream ^ GetModelData() = GetModelData;
IInputStream GetModelData();
public IInputStream GetModelData();
function getModelData()
Public Function GetModelData () As IInputStream
Returns
The configuration data, or null if no data exists.