Enum MicrosoftTokenizerLanguage

java.lang.Object
java.lang.Enum<MicrosoftTokenizerLanguage>
com.azure.search.documents.indexes.models.MicrosoftTokenizerLanguage
All Implemented Interfaces:
Serializable, Comparable<MicrosoftTokenizerLanguage>, java.lang.constant.Constable

public enum MicrosoftTokenizerLanguage extends Enum<MicrosoftTokenizerLanguage>
Lists the languages supported by the Microsoft language tokenizer.
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    Enum.EnumDesc<E extends Enum<E>>
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Selects the Microsoft tokenizer for Bangla.
    Selects the Microsoft tokenizer for Bulgarian.
    Selects the Microsoft tokenizer for Catalan.
    Selects the Microsoft tokenizer for Chinese (Simplified).
    Selects the Microsoft tokenizer for Chinese (Traditional).
    Selects the Microsoft tokenizer for Croatian.
    Selects the Microsoft tokenizer for Czech.
    Selects the Microsoft tokenizer for Danish.
    Selects the Microsoft tokenizer for Dutch.
    Selects the Microsoft tokenizer for English.
    Selects the Microsoft tokenizer for French.
    Selects the Microsoft tokenizer for German.
    Selects the Microsoft tokenizer for Greek.
    Selects the Microsoft tokenizer for Gujarati.
    Selects the Microsoft tokenizer for Hindi.
    Selects the Microsoft tokenizer for Icelandic.
    Selects the Microsoft tokenizer for Indonesian.
    Selects the Microsoft tokenizer for Italian.
    Selects the Microsoft tokenizer for Japanese.
    Selects the Microsoft tokenizer for Kannada.
    Selects the Microsoft tokenizer for Korean.
    Selects the Microsoft tokenizer for Malay.
    Selects the Microsoft tokenizer for Malayalam.
    Selects the Microsoft tokenizer for Marathi.
    Selects the Microsoft tokenizer for Norwegian (Bokmål).
    Selects the Microsoft tokenizer for Polish.
    Selects the Microsoft tokenizer for Portuguese.
    Selects the Microsoft tokenizer for Portuguese (Brazil).
    Selects the Microsoft tokenizer for Punjabi.
    Selects the Microsoft tokenizer for Romanian.
    Selects the Microsoft tokenizer for Russian.
    Selects the Microsoft tokenizer for Serbian (Cyrillic).
    Selects the Microsoft tokenizer for Serbian (Latin).
    Selects the Microsoft tokenizer for Slovenian.
    Selects the Microsoft tokenizer for Spanish.
    Selects the Microsoft tokenizer for Swedish.
    Selects the Microsoft tokenizer for Tamil.
    Selects the Microsoft tokenizer for Telugu.
    Selects the Microsoft tokenizer for Thai.
    Selects the Microsoft tokenizer for Ukrainian.
    Selects the Microsoft tokenizer for Urdu.
    Selects the Microsoft tokenizer for Vietnamese.
  • Method Summary

    Modifier and Type
    Method
    Description
    Parses a serialized value to a MicrosoftTokenizerLanguage instance.
    Returns the enum constant of this type with the specified name.
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait