SequenceFeatureDescriptor 類別

定義

序列是元素的陣列。

public ref class SequenceFeatureDescriptor sealed : ILearningModelFeatureDescriptor
/// [Windows.Foundation.Metadata.ContractVersion(Windows.AI.MachineLearning.MachineLearningContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class SequenceFeatureDescriptor final : ILearningModelFeatureDescriptor
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.AI.MachineLearning.MachineLearningContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class SequenceFeatureDescriptor : ILearningModelFeatureDescriptor
Public NotInheritable Class SequenceFeatureDescriptor
Implements ILearningModelFeatureDescriptor
繼承
Object Platform::Object IInspectable SequenceFeatureDescriptor
屬性
實作

Windows 需求

裝置系列
Windows 10, version 1809 (已於 10.0.17763.0 引進)
API contract
Windows.AI.MachineLearning.MachineLearningContract (已於 v1.0 引進)

備註

Windows Server

若要在 Windows Server 上使用此 API,您必須搭配桌面體驗使用 Windows Server 2019。

執行緒安全

此 API 是安全線程。

屬性

Description

在模型中使用此功能的描述。

ElementDescriptor

時序元素可以是特徵種類。

IsRequired

如果為 true,您必須先將值系結至此功能,才能呼叫 LearningModelSession.Evaluate

Kind

功能種類;請使用這個 來知道要使用的衍生類別。

Name

您用來將值系結至此功能的名稱。

適用於

另請參閱