NLTagger.SetOrthography(NSOrthography, NSRange) Method

Definition

Assigns an orthography to a range.

[Foundation.Export("setOrthography:range:")]
public virtual void SetOrthography (Foundation.NSOrthography orthography, Foundation.NSRange range);
abstract member SetOrthography : Foundation.NSOrthography * Foundation.NSRange -> unit
override this.SetOrthography : Foundation.NSOrthography * Foundation.NSRange -> unit

Parameters

orthography
NSOrthography

The orthography to set for the range.

range
NSRange

The range for which to assign an orthography.

Attributes

Applies to