Share via


MLDictionaryFeatureProvider.GetFeatureValue(String) Method

Definition

Retrieves the value of the featureName.

[Foundation.Export("featureValueForName:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreML.MLFeatureValue? GetFeatureValue(string featureName);
[<Foundation.Export("featureValueForName:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetFeatureValue : string -> CoreML.MLFeatureValue
override this.GetFeatureValue : string -> CoreML.MLFeatureValue

Parameters

featureName
String

The feature whose value will be returned.

Returns

The value of the featureName.

Implements

Attributes

Applies to