OSSearchType

public enum OSSearchType

The type of your search.

It can be:

  • .quick: for OSQuick searches,
  • .normal: for OSNormal searches,
  • .advanced: for OSAdvanced searches powered by machine learning
  • for OSQuick searches

    Declaration

    Swift

    case quick
  • for OSNormal searches

    Declaration

    Swift

    case normal
  • for OSAdvanced searches powered by machine learning

    Declaration

    Swift

    case advanced