MLFeatureDescription.IsAllowed(MLFeatureValue) 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 whether value
is a valid value (and kind) for this feature.
[Foundation.Export("isAllowedValue:")]
public virtual bool IsAllowed (CoreML.MLFeatureValue value);
abstract member IsAllowed : CoreML.MLFeatureValue -> bool
override this.IsAllowed : CoreML.MLFeatureValue -> bool
Parameters
- value
- MLFeatureValue
The value to check.
Returns
- Attributes