Share via


MLFeatureValueImageOption Constructors

Definition

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 dictionary.

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

Applies to