MLFeatureDescription Class
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.
A developer-meaningful description of a MLModel feature.
[Foundation.Register("MLFeatureDescription", true)]
public class MLFeatureDescription : Foundation.NSObject, Foundation.INSCopying, Foundation.INSSecureCoding, IDisposable
[<Foundation.Register("MLFeatureDescription", true)>]
type MLFeatureDescription = class
inherit NSObject
interface INSCoding
interface INativeObject
interface IDisposable
interface INSCopying
interface INSSecureCoding
- Inheritance
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| MLFeatureDescription() |
Creates a new MLFeatureDescription with default values. |
| MLFeatureDescription(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| MLFeatureDescription(NSCoder) |
A constructor that initializes the object from the data stored in the unarchiver object. |
| MLFeatureDescription(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| DebugDescription | (Inherited from NSObject) |
| Description | (Inherited from NSObject) |
| DictionaryConstraint |
Gets the key constraint for a dictionary. |
| ExposedBindings | (Inherited from NSObject) |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| ImageConstraint |
Gets the constraint for an image. |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| MultiArrayConstraint |
Gets the constraint for a multidimensional array. |
| Name |
A developer-meaningful name for this feature. |
| Optional |
Gets whether this feature may not be present in a valid model. |
| RetainCount | (Inherited from NSObject) |
| Self | (Inherited from NSObject) |
| SequenceConstraint |
Gets the MLSequenceConstraint, if any, that describes allowable variations in the feature. |
| StateConstraint | |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| Type |
Gets the MLFeatureType of this feature. |
| Zone | (Inherited from NSObject) |