SnowballType

public enum SnowballType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case standard = "STANDARD"
  • Undocumented

    Declaration

    Swift

    case edge = "EDGE"
  • Undocumented

    Declaration

    Swift

    case edgeC = "EDGE_C"
  • Undocumented

    Declaration

    Swift

    case edgeCg = "EDGE_CG"
  • Undocumented

    Declaration

    Swift

    case edgeS = "EDGE_S"
  • Undocumented

    Declaration

    Swift

    case snc1Hdd = "SNC1_HDD"
  • Declaration

    Swift

    public var description: String { get }