ActivationSignalDetectionConfiguration.GetModelDataAsync 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.
Asynchronously gets the model configuration data (specific to a signal detector).
public:
virtual IAsyncOperation<IInputStream ^> ^ GetModelDataAsync() = GetModelDataAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IInputStream> GetModelDataAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IInputStream> GetModelDataAsync();
function getModelDataAsync()
Public Function GetModelDataAsync () As IAsyncOperation(Of IInputStream)
Returns
The configuration data, or null if no data exists.
- Attributes