LanguagePriority Class

Definition

Represents the built-in priorities for language classifications.

public ref class LanguagePriority abstract sealed
public ref class LanguagePriority abstract sealed
class LanguagePriority abstract sealed
public static class LanguagePriority
type LanguagePriority = class
Public Class LanguagePriority
Inheritance
LanguagePriority

Remarks

The set of default classification types and format definitions provided by the IStandardClassificationService define natural language and formal language classification types. These classification types act as classification types upon which other classification types are based.

Formal language classifications have higher priority than natural language classification types (and by definition all derivatives of formal language classifications have higher priority than derivatives of the natural language classification types).

Both the formal and natural language classification types fall between the Priority.Default and Priority.High generic priorities.

Fields

FormalLanguage

Priority for the formal language classificaiton definitions.

NaturalLanguage

Priority for the natural language classification definitions.

Applies to