NLLanguageRecognizer.Process(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.
Evaluates string
to determine the language it was most likely to have been written in.
[Foundation.Export("processString:")]
public virtual void Process (string string);
abstract member Process : string -> unit
override this.Process : string -> unit
Parameters
- string
- String
The text to process.
- Attributes