Share via


NLLanguageRecognizer.Process(String) Method

Definition

Evaluates string to determine the language it was most likely to have been written in.

[Foundation.Export("processString:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Process(string string);
[<Foundation.Export("processString:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Process : string -> unit
override this.Process : string -> unit

Parameters

string
String

The text to process.

Attributes

Applies to