NLModel.GetPredictedLabels(String[]) Method
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.
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