Class QuerySpellerType


  • public final class QuerySpellerType
    extends com.azure.core.util.ExpandableStringEnum<QuerySpellerType>
    Defines values for QuerySpellerType.
    • Field Detail

      • NONE

        public static final QuerySpellerType NONE
        Static value none for QuerySpellerType.
      • LEXICON

        public static final QuerySpellerType LEXICON
        Static value lexicon for QuerySpellerType.
    • Constructor Detail

      • QuerySpellerType

        public QuerySpellerType()
    • Method Detail

      • fromString

        public static QuerySpellerType fromString​(String name)
        Creates or finds a QuerySpellerType from its string representation.
        Parameters:
        name - a name to look for.
        Returns:
        the corresponding QuerySpellerType.