Spracherkennung für: .ts vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]
/**
* See the {@link
https://docs.rs/icu/latest/icu/collator/enum.Strength.html Rust docum
entation for `Strength`} for more information.
*/
export enum ICU4XCollatorStrength {
/**
*/
Auto = 'Auto',
/**
*/
Primary = 'Primary',
/**
*/
Secondary = 'Secondary',
/**
*/
Tertiary = 'Tertiary',
/**
*/
Quaternary = 'Quaternary',
/**
*/
Identical = 'Identical',
}
[ Dauer der Verarbeitung: 0.27 Sekunden
]