編輯

共用方式為


NLModel.GetPredictedLabels(String[]) Method

Definition

Returns the prediction for the strings.

[Foundation.Export("predictedLabelsForTokens:")]
public virtual string[] GetPredictedLabels (string[] tokens);
abstract member GetPredictedLabels : string[] -> string[]
override this.GetPredictedLabels : string[] -> string[]

Parameters

tokens
String[]

The strings for which to get a prediction.

Returns

String[]

The prediction for the strings.

Attributes

Applies to