IMLFeatureProvider.GetFeatureValue(String) 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.
Retrieves the value of the .
[Foundation.Export("featureValueForName:")]
[Foundation.Preserve(Conditional=true)]
public CoreML.MLFeatureValue GetFeatureValue (string featureName);
abstract member GetFeatureValue : string -> CoreML.MLFeatureValue
Parameters
- featureName
- String
The feature whose value will be returned.
Returns
The value of the .
- Attributes