NLModel.GetPredictedLabel(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 string.
[Foundation.Export("predictedLabelForString:")]
public virtual string GetPredictedLabel (string string);
abstract member GetPredictedLabel : string -> string
override this.GetPredictedLabel : string -> string
Parameters
- string
- String
The string for which to get a prediction.
Returns
The prediction for the string.
- Attributes