ImageFeatureValue.Kind Property

Definition

Returns the Kind associated with the feature.

public:
 property LearningModelFeatureKind Kind { LearningModelFeatureKind get(); };
LearningModelFeatureKind Kind();
public LearningModelFeatureKind Kind { get; }
var learningModelFeatureKind = imageFeatureValue.kind;
Public ReadOnly Property Kind As LearningModelFeatureKind

Property Value

The Kind of the feature.

Implements

Remarks

Windows Server

To use this API on Windows Server, you must use Windows Server 2019 with Desktop Experience.

Thread safety

This API is thread-safe.

Applies to