NLLanguageRecognizer.Process(String) Method

Definition

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

Applies to