MLFeatureValueImageOption Constructors
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.
Overloads
| Name | Description |
|---|---|
| MLFeatureValueImageOption() |
Creates a new MLFeatureValueImageOption with default (empty) values. |
| MLFeatureValueImageOption(NSDictionary) |
Creates a new MLFeatureValueImageOption from the values that are specified in |
MLFeatureValueImageOption()
Creates a new MLFeatureValueImageOption with default (empty) values.
[Foundation.Preserve(Conditional=true)]
public MLFeatureValueImageOption();
public MLFeatureValueImageOption();
- Attributes
Applies to
MLFeatureValueImageOption(NSDictionary)
Creates a new MLFeatureValueImageOption from the values that are specified in dictionary.
[Foundation.Preserve(Conditional=true)]
public MLFeatureValueImageOption(Foundation.NSDictionary? dictionary);
public MLFeatureValueImageOption(Foundation.NSDictionary? dictionary);
[<Foundation.Preserve(Conditional=true)>]
new CoreML.MLFeatureValueImageOption : Foundation.NSDictionary -> CoreML.MLFeatureValueImageOption
new CoreML.MLFeatureValueImageOption : Foundation.NSDictionary -> CoreML.MLFeatureValueImageOption
Parameters
- dictionary
- NSDictionary
The dictionary to use to populate the properties of this type.
- Attributes